#A2B976

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

Shades of Olivine #A2B976

Tints of Olivine #A2B976

Color information

#A2B976 (or 0xA2B976) is unknown color: approx Olivine. HEX triplet: A2, B9 and 76. RGB value is (162,185,118). Sum of RGB (Red+Green+Blue) = 162+185+118=465 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.84% from 465); Green value is 185 (72.66% from 255 or 39.78% from 465); Blue value is 118 (46.48% from 255 or 25.38% from 465); Max value from RGB is 185 - color contains mainly: green. Hex color #A2B976 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B976 is #5D4689. Grayscale: #AAAAAA. Windows color (decimal): -6112906 or 7780770. OLE color: 7780770.

HSL color Cylindrical-coordinate representation of color #A2B976: hue angle of 80.6º 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 #A2B976 is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB162185118-
CMYK0.1200.360.27
HSL80.6º32.37%59.41%-
HSV(B)80.6º36.22%72.55%-
XYZ35.5243.6923.7-
YUV170.4898.38121.95-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.84%
GREEN value IS 185 (72.66% from 255) = 39.78%
BLUE value IS 118 (46.48% from 255) = 25.38%
R=34.84%
G=39.78%
B=25.38%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1621851180.1200.360.2780.632.3759.41
HexA2B976C0241B51203b
Octal24227116614044331214073
Binary1010001010111001111011011000100100110111010001100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B976; }

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

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

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

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

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

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

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

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