#A2BC72

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

Shades of Olivine #A2BC72

Tints of Olivine #A2BC72

Color information

#A2BC72 (or 0xA2BC72) is unknown color: approx Olivine. HEX triplet: A2, BC and 72. RGB value is (162,188,114). Sum of RGB (Red+Green+Blue) = 162+188+114=464 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.91% from 464); Green value is 188 (73.83% from 255 or 40.52% from 464); Blue value is 114 (44.92% from 255 or 24.57% from 464); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BC72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BC72 is #5D438D. Grayscale: #ACACAC. Windows color (decimal): -6112142 or 7519394. OLE color: 7519394.

HSL color Cylindrical-coordinate representation of color #A2BC72: hue angle of 81.08º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A2BC72 is Cyan = 0.14, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB162188114-
CMYK0.1400.390.26
HSL81.08º35.58%59.22%-
HSV(B)81.08º39.36%73.73%-
XYZ35.9244.8622.69-
YUV171.7995.39121.02-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.91%
GREEN value IS 188 (73.83% from 255) = 40.52%
BLUE value IS 114 (44.92% from 255) = 24.57%
R=34.91%
G=40.52%
B=24.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1621881140.1400.390.2681.0835.5859.22
HexA2BC72E0271A51243b
Octal24227416216047321214473
Binary1010001010111100111001011100100111110101010001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BC72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BC72; }

 p { color: rgb(162,188,114); }

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

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

 a { background-color: rgb(162,188,114); }

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

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

 span { border-color: rgb(162,188,114); }

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