#a0b87e

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

Shades of Olivine #A0B87E

Tints of Olivine #A0B87E

Color information

#A0B87E (or 0xA0B87E) is unknown color: approx Olivine. HEX triplet: A0, B8 and 7E. RGB value is (160,184,126). Sum of RGB (Red+Green+Blue) = 160+184+126=470 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.04% from 470); Green value is 184 (72.27% from 255 or 39.15% from 470); Blue value is 126 (49.61% from 255 or 26.81% from 470); Max value from RGB is 184 - color contains mainly: green. Hex color #A0B87E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B87E is #5F4781. Grayscale: #AAAAAA. Windows color (decimal): -6244226 or 8304800. OLE color: 8304800.

HSL color Cylindrical-coordinate representation of color #A0B87E: hue angle of 84.83º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0B87E is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.

Color convert

RGB160184126-
CMYK0.1300.320.28
HSL84.83º29%60.78%-
HSV(B)84.83º31.52%72.16%-
XYZ35.443.2626.22-
YUV170.21103.05120.72-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.04%
GREEN value IS 184 (72.27% from 255) = 39.15%
BLUE value IS 126 (49.61% from 255) = 26.81%
R=34.04%
G=39.15%
B=26.81%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1601841260.1300.320.2884.832960.78
HexA0B87ED0201C551d3d
Octal24027017615040341253575
Binary101000001011100011111101101010000011100101010111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a0b87e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a0b87e; }

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

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

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

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

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

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

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

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