#A2BB79

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

Shades of Olivine #A2BB79

Tints of Olivine #A2BB79

Color information

#A2BB79 (or 0xA2BB79) is unknown color: approx Olivine. HEX triplet: A2, BB and 79. RGB value is (162,187,121). Sum of RGB (Red+Green+Blue) = 162+187+121=470 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.47% from 470); Green value is 187 (73.44% from 255 or 39.79% from 470); Blue value is 121 (47.66% from 255 or 25.74% from 470); Max value from RGB is 187 - color contains mainly: green. Hex color #A2BB79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BB79 is #5D4486. Grayscale: #ACACAC. Windows color (decimal): -6112391 or 7977890. OLE color: 7977890.

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

Color convert

RGB162187121-
CMYK0.1300.350.27
HSL82.73º32.67%60.39%-
HSV(B)82.73º35.29%73.33%-
XYZ36.1244.624.79-
YUV17299.22120.87-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.47%
GREEN value IS 187 (73.44% from 255) = 39.79%
BLUE value IS 121 (47.66% from 255) = 25.74%
R=34.47%
G=39.79%
B=25.74%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1621871210.1300.350.2782.7332.6760.39
HexA2BB79D0231B53213c
Octal24227317115043331234174
Binary1010001010111011111100111010100011110111010011100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BB79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BB79; }

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

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

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

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

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

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

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

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