#A2BA79

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

Shades of Olivine #A2BA79

Tints of Olivine #A2BA79

Color information

#A2BA79 (or 0xA2BA79) is unknown color: approx Olivine. HEX triplet: A2, BA and 79. RGB value is (162,186,121). Sum of RGB (Red+Green+Blue) = 162+186+121=469 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.54% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 121 (47.66% from 255 or 25.80% from 469); Max value from RGB is 186 - color contains mainly: green. Hex color #A2BA79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BA79 is #5D4586. Grayscale: #ABABAB. Windows color (decimal): -6112647 or 7977634. OLE color: 7977634.

HSL color Cylindrical-coordinate representation of color #A2BA79: hue angle of 82.15º degrees, saturation: 0.32, 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 #A2BA79 is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB162186121-
CMYK0.1300.350.27
HSL82.15º32.02%60.2%-
HSV(B)82.15º34.95%72.94%-
XYZ35.9144.1824.72-
YUV171.4199.55121.29-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.54%
GREEN value IS 186 (73.05% from 255) = 39.66%
BLUE value IS 121 (47.66% from 255) = 25.80%
R=34.54%
G=39.66%
B=25.80%

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
Decimal1621861210.1300.350.2782.1532.0260.2
HexA2BA79D0231B52203c
Octal24227217115043331224074
Binary1010001010111010111100111010100011110111010010100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BA79; }

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

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

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

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

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

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

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

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