#A7B604

Color #A7B604 Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #A7B604

Tints of Citrus #A7B604

Color information

#A7B604 (or 0xA7B604) is unknown color: approx Citrus. HEX triplet: A7, B6 and 04. RGB value is (167,182,4). Sum of RGB (Red+Green+Blue) = 167+182+4=353 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.31% from 353); Green value is 182 (71.48% from 255 or 51.56% from 353); Blue value is 4 (1.95% from 255 or 1.13% from 353); Max value from RGB is 182 - color contains mainly: green. Hex color #A7B604 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7B604 is #5849FB. Grayscale: #9D9D9D. Windows color (decimal): -5786108 or 308903. OLE color: 308903.

HSL color Cylindrical-coordinate representation of color #A7B604: hue angle of 65.06º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A7B604 is Cyan = 0.08, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.29.

Color convert

RGB1671824-
CMYK0.0800.980.29
HSL65.06º95.7%36.47%-
HSV(B)65.06º97.8%71.37%-
XYZ32.6941.686.44-
YUV157.2241.53134.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 167 (65.62% from 255) = 47.31%
GREEN value IS 182 (71.48% from 255) = 51.56%
BLUE value IS 4 (1.95% from 255) = 1.13%
R=47.31%
G=51.56%
B=1.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal16718240.0800.980.2965.0695.736.47
HexA7B6480621D416024
Octal24726641001423510114044
Binary10100111101101101001000011000101110110000011100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B604; }

 p { color: rgb(167,182,4); }

 H1.HeaderClassName
 {
   color: #A7B604;
 }
 .AnyTagClassName
 {
   color: #A7B604;
 }
</style>
background-color css

<style>
 a { background-color: #A7B604; }

 a { background-color: rgb(167,182,4); }

 div.DivClassName
 {
   background-color: #A7B604;
 }
 .BgClassName
 {
   background-color: #A7B604;
 }
</style>
border-color css

<style>
 span { border-color: #A7B604; }

 span { border-color: rgb(167,182,4); }

 td.TdClassName
 {
   border-color: #A7B604;
 }
 .TagClassName
 {
   border-color: #A7B604;
 }
</style>