#A4BA79

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

Shades of Olivine #A4BA79

Tints of Olivine #A4BA79

Color information

#A4BA79 (or 0xA4BA79) is unknown color: approx Olivine. HEX triplet: A4, BA and 79. RGB value is (164,186,121). Sum of RGB (Red+Green+Blue) = 164+186+121=471 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.82% from 471); Green value is 186 (73.05% from 255 or 39.49% from 471); Blue value is 121 (47.66% from 255 or 25.69% from 471); Max value from RGB is 186 - color contains mainly: green. Hex color #A4BA79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4BA79 is #5B4586. Grayscale: #ACACAC. Windows color (decimal): -5981575 or 7977636. OLE color: 7977636.

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

Color convert

RGB164186121-
CMYK0.1200.350.27
HSL80.31º32.02%60.2%-
HSV(B)80.31º34.95%72.94%-
XYZ36.3244.3924.74-
YUV172.0199.21122.29-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.82%
GREEN value IS 186 (73.05% from 255) = 39.49%
BLUE value IS 121 (47.66% from 255) = 25.69%
R=34.82%
G=39.49%
B=25.69%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641861210.1200.350.2780.3132.0260.2
HexA4BA79C0231B50203c
Octal24427217114043331204074
Binary1010010010111010111100111000100011110111010000100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BA79; }

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

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

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

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

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

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

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

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