#A2B76E

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

Shades of Olivine #A2B76E

Tints of Olivine #A2B76E

Color information

#A2B76E (or 0xA2B76E) is unknown color: approx Olivine. HEX triplet: A2, B7 and 6E. RGB value is (162,183,110). Sum of RGB (Red+Green+Blue) = 162+183+110=455 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.60% from 455); Green value is 183 (71.88% from 255 or 40.22% from 455); Blue value is 110 (43.36% from 255 or 24.18% from 455); Max value from RGB is 183 - color contains mainly: green. Hex color #A2B76E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B76E is #5D4891. Grayscale: #A8A8A8. Windows color (decimal): -6113426 or 7255970. OLE color: 7255970.

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

Color convert

RGB162183110-
CMYK0.1100.400.28
HSL77.26º33.64%57.45%-
HSV(B)77.26º39.89%71.76%-
XYZ34.6542.6721.16-
YUV168.495.04123.44-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.60%
GREEN value IS 183 (71.88% from 255) = 40.22%
BLUE value IS 110 (43.36% from 255) = 24.18%
R=35.60%
G=40.22%
B=24.18%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1621831100.1100.400.2877.2633.6457.45
HexA2B76EB0281C4d2239
Octal24226715613050341154271
Binary1010001010110111110111010110101000111001001101100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B76E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B76E; }

 p { color: rgb(162,183,110); }

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

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

 a { background-color: rgb(162,183,110); }

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

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

 span { border-color: rgb(162,183,110); }

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