Shades of Olivine #A4BA76
Tints of Olivine #A4BA76
RGB
CMYK
RGB Variations
Color information
#A4BA76 (or 0xA4BA76) is known color: Olivine. HEX triplet: A4, BA and 76. RGB value is (164,186,118). Sum of RGB (Red+Green+Blue) = 164+186+118=468 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.04% from 468); Green value is 186 (73.05% from 255 or 39.74% from 468); Blue value is 118 (46.48% from 255 or 25.21% from 468); Max value from RGB is 186 - color contains mainly: green. Hex color #A4BA76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4BA76 is #5B4589. Grayscale: #ABABAB. Windows color (decimal): -5981578 or 7781028. OLE color: 7781028.
HSL color Cylindrical-coordinate representation of color #A4BA76: hue angle of 79.41º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A4BA76 is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 186 | 118 | - |
| CMYK | 0.12 | 0 | 0.37 | 0.27 |
| HSL | 79.41º | 0.33% | 0.6% | - |
| HSV(B) | 79.41º | 0.37% | 0.73% | - |
| XYZ | 36.14 | 44.32 | 23.79 | - |
| YUV | 171.67 | 97.71 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 186 | 118 | 0.12 | 0 | 0.37 | 0.27 | 79.41 | 0.33 | 0.6 |
| Hex | A4 | BA | 76 | C | 0 | 25 | 1B | 4F | 21 | 3C |
| Octal | 244 | 272 | 166 | 14 | 0 | 45 | 33 | 117 | 41 | 74 |
| Binary | 10100100 | 10111010 | 1110110 | 1100 | 0 | 100101 | 11011 | 1001111 | 100001 | 111100 |
Color Harmonies of #A4BA76
Complementary color
Monochromatic Colors of #A4BA76
Black with #A4BA76
Text Example
Text Example
White with #A4BA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BA76; }
p { color: rgb(164,186,118); }
H1.HeaderClassName
{
color: #A4BA76;
}
.AnyTagClassName
{
color: #A4BA76;
}
</style>
background-color css
<style>
a { background-color: #A4BA76; }
a { background-color: rgb(164,186,118); }
div.DivClassName
{
background-color: #A4BA76;
}
.BgClassName
{
background-color: #A4BA76;
}
</style>
border-color css
<style>
span { border-color: #A4BA76; }
span { border-color: rgb(164,186,118); }
td.TdClassName
{
border-color: #A4BA76;
}
.TagClassName
{
border-color: #A4BA76;
}
</style>