#A2B56C

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

Shades of Olivine #A2B56C

Tints of Olivine #A2B56C

Color information

#A2B56C (or 0xA2B56C) is unknown color: approx Olivine. HEX triplet: A2, B5 and 6C. RGB value is (162,181,108). Sum of RGB (Red+Green+Blue) = 162+181+108=451 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.92% from 451); Green value is 181 (71.09% from 255 or 40.13% from 451); Blue value is 108 (42.58% from 255 or 23.95% from 451); Max value from RGB is 181 - color contains mainly: green. Hex color #A2B56C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B56C is #5D4A93. Grayscale: #A7A7A7. Windows color (decimal): -6113940 or 7124386. OLE color: 7124386.

HSL color Cylindrical-coordinate representation of color #A2B56C: hue angle of 75.62º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A2B56C is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB162181108-
CMYK0.1000.400.29
HSL75.62º33.03%56.67%-
HSV(B)75.62º40.33%70.98%-
XYZ34.1341.8120.46-
YUV16794.71124.44-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.92%
GREEN value IS 181 (71.09% from 255) = 40.13%
BLUE value IS 108 (42.58% from 255) = 23.95%
R=35.92%
G=40.13%
B=23.95%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1621811080.1000.400.2975.6233.0356.67
HexA2B56CA0281D4c2139
Octal24226515412050351144171
Binary1010001010110101110110010100101000111011001100100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B56C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B56C; }

 p { color: rgb(162,181,108); }

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

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

 a { background-color: rgb(162,181,108); }

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

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

 span { border-color: rgb(162,181,108); }

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