#A2BB61

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

Shades of Olivine #A2BB61

Tints of Olivine #A2BB61

Color information

#A2BB61 (or 0xA2BB61) is unknown color: approx Olivine. HEX triplet: A2, BB and 61. RGB value is (162,187,97). Sum of RGB (Red+Green+Blue) = 162+187+97=446 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.32% from 446); Green value is 187 (73.44% from 255 or 41.93% from 446); Blue value is 97 (38.28% from 255 or 21.75% from 446); Max value from RGB is 187 - color contains mainly: green. Hex color #A2BB61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BB61 is #5D449E. Grayscale: #A9A9A9. Windows color (decimal): -6112415 or 6405026. OLE color: 6405026.

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

Color convert

RGB16218797-
CMYK0.1300.480.27
HSL76.67º39.82%55.69%-
HSV(B)76.67º48.13%73.33%-
XYZ34.8344.0917.98-
YUV169.2687.22122.82-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.32%
GREEN value IS 187 (73.44% from 255) = 41.93%
BLUE value IS 97 (38.28% from 255) = 21.75%
R=36.32%
G=41.93%
B=21.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal162187970.1300.480.2776.6739.8255.69
HexA2BB61D0301B4d2838
Octal24227314115060331155070
Binary1010001010111011110000111010110000110111001101101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BB61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BB61; }

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

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

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

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

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

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

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

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