#A2B86C

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

Shades of Olivine #A2B86C

Tints of Olivine #A2B86C

Color information

#A2B86C (or 0xA2B86C) is unknown color: approx Olivine. HEX triplet: A2, B8 and 6C. RGB value is (162,184,108). Sum of RGB (Red+Green+Blue) = 162+184+108=454 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.68% from 454); Green value is 184 (72.27% from 255 or 40.53% from 454); Blue value is 108 (42.58% from 255 or 23.79% from 454); Max value from RGB is 184 - color contains mainly: green. Hex color #A2B86C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B86C is #5D4793. Grayscale: #A9A9A9. Windows color (decimal): -6113172 or 7125154. OLE color: 7125154.

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

Color convert

RGB162184108-
CMYK0.1200.410.28
HSL77.37º34.86%57.25%-
HSV(B)77.37º41.3%72.16%-
XYZ34.7543.0520.66-
YUV168.7693.71123.18-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.68%
GREEN value IS 184 (72.27% from 255) = 40.53%
BLUE value IS 108 (42.58% from 255) = 23.79%
R=35.68%
G=40.53%
B=23.79%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1621841080.1200.410.2877.3734.8657.25
HexA2B86CC0291C4d2339
Octal24227015414051341154371
Binary1010001010111000110110011000101001111001001101100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B86C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B86C; }

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

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

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

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

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

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

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

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