#A2BC76

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

Shades of Olivine #A2BC76

Tints of Olivine #A2BC76

Color information

#A2BC76 (or 0xA2BC76) is unknown color: approx Olivine. HEX triplet: A2, BC and 76. RGB value is (162,188,118). Sum of RGB (Red+Green+Blue) = 162+188+118=468 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.62% from 468); Green value is 188 (73.83% from 255 or 40.17% from 468); Blue value is 118 (46.48% from 255 or 25.21% from 468); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BC76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BC76 is #5D4389. Grayscale: #ACACAC. Windows color (decimal): -6112138 or 7781538. OLE color: 7781538.

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

Color convert

RGB162188118-
CMYK0.1400.370.26
HSL82.29º34.31%60%-
HSV(B)82.29º37.23%73.73%-
XYZ36.1544.9623.91-
YUV172.2597.39120.69-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.62%
GREEN value IS 188 (73.83% from 255) = 40.17%
BLUE value IS 118 (46.48% from 255) = 25.21%
R=34.62%
G=40.17%
B=25.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1621881180.1400.370.2682.2934.3160
HexA2BC76E0251A52223c
Octal24227416616045321224274
Binary1010001010111100111011011100100101110101010010100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BC76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BC76; }

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

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

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

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

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

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

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

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