#A4CB05

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

Shades of Citrus #A4CB05

Tints of Citrus #A4CB05

Color information

#A4CB05 (or 0xA4CB05) is unknown color: approx Citrus. HEX triplet: A4, CB and 05. RGB value is (164,203,5). Sum of RGB (Red+Green+Blue) = 164+203+5=372 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.09% from 372); Green value is 203 (79.69% from 255 or 54.57% from 372); Blue value is 5 (2.34% from 255 or 1.34% from 372); Max value from RGB is 203 - color contains mainly: green. Hex color #A4CB05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4CB05 is #5B34FA. Grayscale: #A9A9A9. Windows color (decimal): -5977339 or 379812. OLE color: 379812.

HSL color Cylindrical-coordinate representation of color #A4CB05: hue angle of 71.82º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A4CB05 is Cyan = 0.19, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.20.

Color convert

RGB1642035-
CMYK0.1900.980.20
HSL71.82º95.19%40.78%-
HSV(B)71.82º97.54%79.61%-
XYZ36.6950.627.98-
YUV168.7735.58124.6-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.09%
GREEN value IS 203 (79.69% from 255) = 54.57%
BLUE value IS 5 (2.34% from 255) = 1.34%
R=44.09%
G=54.57%
B=1.34%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal16420350.1900.980.2071.8295.1940.78
HexA4CB51306214485f29
Octal24431352301422411013751
Binary101001001100101110110011011000101010010010001011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CB05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CB05; }

 p { color: rgb(164,203,5); }

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

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

 a { background-color: rgb(164,203,5); }

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

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

 span { border-color: rgb(164,203,5); }

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