#A2BB6E

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

Shades of Olivine #A2BB6E

Tints of Olivine #A2BB6E

Color information

#A2BB6E (or 0xA2BB6E) is unknown color: approx Olivine. HEX triplet: A2, BB and 6E. RGB value is (162,187,110). Sum of RGB (Red+Green+Blue) = 162+187+110=459 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.29% from 459); Green value is 187 (73.44% from 255 or 40.74% from 459); Blue value is 110 (43.36% from 255 or 23.97% from 459); Max value from RGB is 187 - color contains mainly: green. Hex color #A2BB6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BB6E is #5D4491. Grayscale: #ABABAB. Windows color (decimal): -6112402 or 7256994. OLE color: 7256994.

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

Color convert

RGB162187110-
CMYK0.1300.410.27
HSL79.48º36.15%58.24%-
HSV(B)79.48º41.18%73.33%-
XYZ35.4944.3521.44-
YUV170.7593.72121.76-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.29%
GREEN value IS 187 (73.44% from 255) = 40.74%
BLUE value IS 110 (43.36% from 255) = 23.97%
R=35.29%
G=40.74%
B=23.97%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1621871100.1300.410.2779.4836.1558.24
HexA2BB6ED0291B4f243a
Octal24227315615051331174472
Binary1010001010111011110111011010101001110111001111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BB6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BB6E; }

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

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

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

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

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

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

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

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