#A2BC0C

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

Shades of Citrus #A2BC0C

Tints of Citrus #A2BC0C

Color information

#A2BC0C (or 0xA2BC0C) is unknown color: approx Citrus. HEX triplet: A2, BC and 0C. RGB value is (162,188,12). Sum of RGB (Red+Green+Blue) = 162+188+12=362 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.75% from 362); Green value is 188 (73.83% from 255 or 51.93% from 362); Blue value is 12 (5.08% from 255 or 3.31% from 362); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BC0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2BC0C is #5D43F3. Grayscale: #A0A0A0. Windows color (decimal): -6112244 or 834722. OLE color: 834722.

HSL color Cylindrical-coordinate representation of color #A2BC0C: hue angle of 68.86º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A2BC0C is Cyan = 0.14, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB16218812-
CMYK0.1400.940.26
HSL68.86º88%39.22%-
HSV(B)68.86º93.62%73.73%-
XYZ32.9543.677.04-
YUV160.1644.39129.31-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.75%
GREEN value IS 188 (73.83% from 255) = 51.93%
BLUE value IS 12 (5.08% from 255) = 3.31%
R=44.75%
G=51.93%
B=3.31%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal162188120.1400.940.2668.868839.22
HexA2BCCE05E1A455827
Octal242274141601363210513047
Binary101000101011110011001110010111101101010001011011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BC0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BC0C; }

 p { color: rgb(162,188,12); }

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

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

 a { background-color: rgb(162,188,12); }

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

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

 span { border-color: rgb(162,188,12); }

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