#A0B976

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

Shades of Olivine #A0B976

Tints of Olivine #A0B976

Color information

#A0B976 (or 0xA0B976) is unknown color: approx Olivine. HEX triplet: A0, B9 and 76. RGB value is (160,185,118). Sum of RGB (Red+Green+Blue) = 160+185+118=463 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.56% from 463); Green value is 185 (72.66% from 255 or 39.96% from 463); Blue value is 118 (46.48% from 255 or 25.49% from 463); Max value from RGB is 185 - color contains mainly: green. Hex color #A0B976 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B976 is #5F4689. Grayscale: #AAAAAA. Windows color (decimal): -6243978 or 7780768. OLE color: 7780768.

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

Color convert

RGB160185118-
CMYK0.1400.360.27
HSL82.39º32.37%59.41%-
HSV(B)82.39º36.22%72.55%-
XYZ35.1243.4823.68-
YUV169.8998.72120.95-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.56%
GREEN value IS 185 (72.66% from 255) = 39.96%
BLUE value IS 118 (46.48% from 255) = 25.49%
R=34.56%
G=39.96%
B=25.49%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1601851180.1400.360.2782.3932.3759.41
HexA0B976E0241B52203b
Octal24027116616044331224073
Binary1010000010111001111011011100100100110111010010100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B976; }

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

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

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

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

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

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

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

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