Shades of Olivine #A4B476
Tints of Olivine #A4B476
RGB
CMYK
RGB Variations
Color information
#A4B476 (or 0xA4B476) is known color: Olivine. HEX triplet: A4, B4 and 76. RGB value is (164,180,118). Sum of RGB (Red+Green+Blue) = 164+180+118=462 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.50% from 462); Green value is 180 (70.70% from 255 or 38.96% from 462); Blue value is 118 (46.48% from 255 or 25.54% from 462); Max value from RGB is 180 - color contains mainly: green. Hex color #A4B476 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B476 is #5B4B89. Grayscale: #A8A8A8. Windows color (decimal): -5983114 or 7779492. OLE color: 7779492.
HSL color Cylindrical-coordinate representation of color #A4B476: hue angle of 75.48º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A4B476 is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 164 | 180 | 118 | - |
| CMYK | 0.09 | 0 | 0.34 | 0.29 |
| HSL | 75.48º | 0.29% | 0.58% | - |
| HSV(B) | 75.48º | 0.34% | 0.71% | - |
| XYZ | 34.9 | 41.84 | 23.38 | - |
| YUV | 168.15 | 99.7 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 180 | 118 | 0.09 | 0 | 0.34 | 0.29 | 75.48 | 0.29 | 0.58 |
| Hex | A4 | B4 | 76 | 9 | 0 | 22 | 1D | 4B | 1D | 3A |
| Octal | 244 | 264 | 166 | 11 | 0 | 42 | 35 | 113 | 35 | 72 |
| Binary | 10100100 | 10110100 | 1110110 | 1001 | 0 | 100010 | 11101 | 1001011 | 11101 | 111010 |
Color Harmonies of #A4B476
Complementary color
Monochromatic Colors of #A4B476
Black with #A4B476
Text Example
Text Example
White with #A4B476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B476; }
p { color: rgb(164,180,118); }
H1.HeaderClassName
{
color: #A4B476;
}
.AnyTagClassName
{
color: #A4B476;
}
</style>
background-color css
<style>
a { background-color: #A4B476; }
a { background-color: rgb(164,180,118); }
div.DivClassName
{
background-color: #A4B476;
}
.BgClassName
{
background-color: #A4B476;
}
</style>
border-color css
<style>
span { border-color: #A4B476; }
span { border-color: rgb(164,180,118); }
td.TdClassName
{
border-color: #A4B476;
}
.TagClassName
{
border-color: #A4B476;
}
</style>