#A2B96D

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

Shades of Olivine #A2B96D

Tints of Olivine #A2B96D

Color information

#A2B96D (or 0xA2B96D) is unknown color: approx Olivine. HEX triplet: A2, B9 and 6D. RGB value is (162,185,109). Sum of RGB (Red+Green+Blue) = 162+185+109=456 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.53% from 456); Green value is 185 (72.66% from 255 or 40.57% from 456); Blue value is 109 (42.97% from 255 or 23.90% from 456); Max value from RGB is 185 - color contains mainly: green. Hex color #A2B96D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B96D is #5D4692. Grayscale: #A9A9A9. Windows color (decimal): -6112915 or 7190946. OLE color: 7190946.

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

Color convert

RGB162185109-
CMYK0.1200.410.27
HSL78.16º35.19%57.65%-
HSV(B)78.16º41.08%72.55%-
XYZ35.0143.4821.02-
YUV169.4693.88122.68-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.53%
GREEN value IS 185 (72.66% from 255) = 40.57%
BLUE value IS 109 (42.97% from 255) = 23.90%
R=35.53%
G=40.57%
B=23.90%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1621851090.1200.410.2778.1635.1957.65
HexA2B96DC0291B4e233a
Octal24227115514051331164372
Binary1010001010111001110110111000101001110111001110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B96D; }

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

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

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

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

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

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

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

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