#A2BB71

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

Shades of Olivine #A2BB71

Tints of Olivine #A2BB71

Color information

#A2BB71 (or 0xA2BB71) is unknown color: approx Olivine. HEX triplet: A2, BB and 71. RGB value is (162,187,113). Sum of RGB (Red+Green+Blue) = 162+187+113=462 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.06% from 462); Green value is 187 (73.44% from 255 or 40.48% from 462); Blue value is 113 (44.53% from 255 or 24.46% from 462); Max value from RGB is 187 - color contains mainly: green. Hex color #A2BB71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BB71 is #5D448E. Grayscale: #ABABAB. Windows color (decimal): -6112399 or 7453602. OLE color: 7453602.

HSL color Cylindrical-coordinate representation of color #A2BB71: hue angle of 80.27º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A2BB71 is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB162187113-
CMYK0.1300.400.27
HSL80.27º35.24%58.82%-
HSV(B)80.27º39.57%73.33%-
XYZ35.6544.4122.32-
YUV171.0995.22121.52-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.06%
GREEN value IS 187 (73.44% from 255) = 40.48%
BLUE value IS 113 (44.53% from 255) = 24.46%
R=35.06%
G=40.48%
B=24.46%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1621871130.1300.400.2780.2735.2458.82
HexA2BB71D0281B50233b
Octal24227316115050331204373
Binary1010001010111011111000111010101000110111010000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BB71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BB71; }

 p { color: rgb(162,187,113); }

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

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

 a { background-color: rgb(162,187,113); }

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

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

 span { border-color: rgb(162,187,113); }

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