#A2BB7C

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

Shades of Olivine #A2BB7C

Tints of Olivine #A2BB7C

Color information

#A2BB7C (or 0xA2BB7C) is unknown color: approx Olivine. HEX triplet: A2, BB and 7C. RGB value is (162,187,124). Sum of RGB (Red+Green+Blue) = 162+187+124=473 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.25% from 473); Green value is 187 (73.44% from 255 or 39.53% from 473); Blue value is 124 (48.83% from 255 or 26.22% from 473); Max value from RGB is 187 - color contains mainly: green. Hex color #A2BB7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BB7C is #5D4483. Grayscale: #ACACAC. Windows color (decimal): -6112388 or 8174498. OLE color: 8174498.

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

Color convert

RGB162187124-
CMYK0.1300.340.27
HSL83.81º31.66%60.98%-
HSV(B)83.81º33.69%73.33%-
XYZ36.3144.6825.78-
YUV172.34100.72120.62-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.25%
GREEN value IS 187 (73.44% from 255) = 39.53%
BLUE value IS 124 (48.83% from 255) = 26.22%
R=34.25%
G=39.53%
B=26.22%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1621871240.1300.340.2783.8131.6660.98
HexA2BB7CD0221B54203d
Octal24227317415042331244075
Binary1010001010111011111110011010100010110111010100100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BB7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BB7C; }

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

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

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

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

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

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

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

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