#A2B20C

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

Shades of Citrus #A2B20C

Tints of Citrus #A2B20C

Color information

#A2B20C (or 0xA2B20C) is unknown color: approx Citrus. HEX triplet: A2, B2 and 0C. RGB value is (162,178,12). Sum of RGB (Red+Green+Blue) = 162+178+12=352 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.02% from 352); Green value is 178 (69.92% from 255 or 50.57% from 352); Blue value is 12 (5.08% from 255 or 3.41% from 352); Max value from RGB is 178 - color contains mainly: green. Hex color #A2B20C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2B20C is #5D4DF3. Grayscale: #9A9A9A. Windows color (decimal): -6114804 or 832162. OLE color: 832162.

HSL color Cylindrical-coordinate representation of color #A2B20C: hue angle of 65.78º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A2B20C is Cyan = 0.09, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.30.

Color convert

RGB16217812-
CMYK0.0900.930.30
HSL65.78º87.37%37.25%-
HSV(B)65.78º93.26%69.8%-
XYZ30.8939.556.35-
YUV154.2947.7133.5-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.02%
GREEN value IS 178 (69.92% from 255) = 50.57%
BLUE value IS 12 (5.08% from 255) = 3.41%
R=46.02%
G=50.57%
B=3.41%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal162178120.0900.930.3065.7887.3737.25
HexA2B2C905D1E425725
Octal242262141101353610212745
Binary101000101011001011001001010111011111010000101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B20C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B20C; }

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

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

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

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

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

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

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

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