#A0B86E

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

Shades of Olivine #A0B86E

Tints of Olivine #A0B86E

Color information

#A0B86E (or 0xA0B86E) is unknown color: approx Olivine. HEX triplet: A0, B8 and 6E. RGB value is (160,184,110). Sum of RGB (Red+Green+Blue) = 160+184+110=454 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.24% from 454); Green value is 184 (72.27% from 255 or 40.53% from 454); Blue value is 110 (43.36% from 255 or 24.23% from 454); Max value from RGB is 184 - color contains mainly: green. Hex color #A0B86E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B86E is #5F4791. Grayscale: #A8A8A8. Windows color (decimal): -6244242 or 7256224. OLE color: 7256224.

HSL color Cylindrical-coordinate representation of color #A0B86E: hue angle of 79.46º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A0B86E is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB160184110-
CMYK0.1300.400.28
HSL79.46º34.26%57.65%-
HSV(B)79.46º40.22%72.16%-
XYZ34.4542.8821.21-
YUV168.3995.05122.02-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.24%
GREEN value IS 184 (72.27% from 255) = 40.53%
BLUE value IS 110 (43.36% from 255) = 24.23%
R=35.24%
G=40.53%
B=24.23%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1601841100.1300.400.2879.4634.2657.65
HexA0B86ED0281C4f223a
Octal24027015615050341174272
Binary1010000010111000110111011010101000111001001111100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B86E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B86E; }

 p { color: rgb(160,184,110); }

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

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

 a { background-color: rgb(160,184,110); }

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

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

 span { border-color: rgb(160,184,110); }

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