#A0B876

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

Shades of Olivine #A0B876

Tints of Olivine #A0B876

Color information

#A0B876 (or 0xA0B876) is unknown color: approx Olivine. HEX triplet: A0, B8 and 76. RGB value is (160,184,118). Sum of RGB (Red+Green+Blue) = 160+184+118=462 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.63% from 462); Green value is 184 (72.27% from 255 or 39.83% from 462); Blue value is 118 (46.48% from 255 or 25.54% from 462); Max value from RGB is 184 - color contains mainly: green. Hex color #A0B876 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B876 is #5F4789. Grayscale: #A9A9A9. Windows color (decimal): -6244234 or 7780512. OLE color: 7780512.

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

Color convert

RGB160184118-
CMYK0.1300.360.28
HSL81.82º31.73%59.22%-
HSV(B)81.82º35.87%72.16%-
XYZ34.9143.0623.61-
YUV169.399.05121.37-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.63%
GREEN value IS 184 (72.27% from 255) = 39.83%
BLUE value IS 118 (46.48% from 255) = 25.54%
R=34.63%
G=39.83%
B=25.54%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1601841180.1300.360.2881.8231.7359.22
HexA0B876D0241C52203b
Octal24027016615044341224073
Binary1010000010111000111011011010100100111001010010100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B876; }

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

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

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

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

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

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

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

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