#A2B96C

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

Shades of Olivine #A2B96C

Tints of Olivine #A2B96C

Color information

#A2B96C (or 0xA2B96C) is unknown color: approx Olivine. HEX triplet: A2, B9 and 6C. RGB value is (162,185,108). Sum of RGB (Red+Green+Blue) = 162+185+108=455 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.60% from 455); Green value is 185 (72.66% from 255 or 40.66% from 455); Blue value is 108 (42.58% from 255 or 23.74% from 455); Max value from RGB is 185 - color contains mainly: green. Hex color #A2B96C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B96C is #5D4693. Grayscale: #A9A9A9. Windows color (decimal): -6112916 or 7125410. OLE color: 7125410.

HSL color Cylindrical-coordinate representation of color #A2B96C: hue angle of 77.92º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A2B96C is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB162185108-
CMYK0.1200.420.27
HSL77.92º35.48%57.45%-
HSV(B)77.92º41.62%72.55%-
XYZ34.9643.4620.73-
YUV169.3493.38122.76-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.60%
GREEN value IS 185 (72.66% from 255) = 40.66%
BLUE value IS 108 (42.58% from 255) = 23.74%
R=35.60%
G=40.66%
B=23.74%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1621851080.1200.420.2777.9235.4857.45
HexA2B96CC02A1B4e2339
Octal24227115414052331164371
Binary1010001010111001110110011000101010110111001110100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B96C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B96C; }

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

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

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

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

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

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

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

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