#A2BC61

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

Shades of Olivine #A2BC61

Tints of Olivine #A2BC61

Color information

#A2BC61 (or 0xA2BC61) is unknown color: approx Olivine. HEX triplet: A2, BC and 61. RGB value is (162,188,97). Sum of RGB (Red+Green+Blue) = 162+188+97=447 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.24% from 447); Green value is 188 (73.83% from 255 or 42.06% from 447); Blue value is 97 (38.28% from 255 or 21.70% from 447); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BC61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BC61 is #5D439E. Grayscale: #AAAAAA. Windows color (decimal): -6112159 or 6405282. OLE color: 6405282.

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

Color convert

RGB16218897-
CMYK0.1400.480.26
HSL77.14º40.44%55.88%-
HSV(B)77.14º48.4%73.73%-
XYZ35.0444.5118.05-
YUV169.8586.89122.4-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.24%
GREEN value IS 188 (73.83% from 255) = 42.06%
BLUE value IS 97 (38.28% from 255) = 21.70%
R=36.24%
G=42.06%
B=21.70%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal162188970.1400.480.2677.1440.4455.88
HexA2BC61E0301A4d2838
Octal24227414116060321155070
Binary1010001010111100110000111100110000110101001101101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BC61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BC61; }

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

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

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

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

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

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

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

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