#A2B66E

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

Shades of Olivine #A2B66E

Tints of Olivine #A2B66E

Color information

#A2B66E (or 0xA2B66E) is unknown color: approx Olivine. HEX triplet: A2, B6 and 6E. RGB value is (162,182,110). Sum of RGB (Red+Green+Blue) = 162+182+110=454 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.68% from 454); Green value is 182 (71.48% from 255 or 40.09% from 454); Blue value is 110 (43.36% from 255 or 24.23% from 454); Max value from RGB is 182 - color contains mainly: green. Hex color #A2B66E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B66E is #5D4991. Grayscale: #A8A8A8. Windows color (decimal): -6113682 or 7255714. OLE color: 7255714.

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

Color convert

RGB162182110-
CMYK0.1100.400.29
HSL76.67º33.03%57.25%-
HSV(B)76.67º39.56%71.37%-
XYZ34.4442.2621.09-
YUV167.8195.37123.85-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.68%
GREEN value IS 182 (71.48% from 255) = 40.09%
BLUE value IS 110 (43.36% from 255) = 24.23%
R=35.68%
G=40.09%
B=24.23%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1621821100.1100.400.2976.6733.0357.25
HexA2B66EB0281D4d2139
Octal24226615613050351154171
Binary1010001010110110110111010110101000111011001101100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B66E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B66E; }

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

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

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

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

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

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

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

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