Shades of Olivine #A4B973
Tints of Olivine #A4B973
RGB
CMYK
RGB Variations
Color information
#A4B973 (or 0xA4B973) is known color: Olivine. HEX triplet: A4, B9 and 73. RGB value is (164,185,115). Sum of RGB (Red+Green+Blue) = 164+185+115=464 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.34% from 464); Green value is 185 (72.66% from 255 or 39.87% from 464); Blue value is 115 (45.31% from 255 or 24.78% from 464); Max value from RGB is 185 - color contains mainly: green. Hex color #A4B973 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B973 is #5B468C. Grayscale: #ABABAB. Windows color (decimal): -5981837 or 7584164. OLE color: 7584164.
HSL color Cylindrical-coordinate representation of color #A4B973: hue angle of 78º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A4B973 is Cyan = 0.11, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 185 | 115 | - |
| CMYK | 0.11 | 0 | 0.38 | 0.27 |
| HSL | 78º | 0.33% | 0.59% | - |
| HSV(B) | 78º | 0.38% | 0.73% | - |
| XYZ | 35.75 | 43.83 | 22.79 | - |
| YUV | 170.74 | 96.54 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 185 | 115 | 0.11 | 0 | 0.38 | 0.27 | 78 | 0.33 | 0.59 |
| Hex | A4 | B9 | 73 | B | 0 | 26 | 1B | 4E | 21 | 3B |
| Octal | 244 | 271 | 163 | 13 | 0 | 46 | 33 | 116 | 41 | 73 |
| Binary | 10100100 | 10111001 | 1110011 | 1011 | 0 | 100110 | 11011 | 1001110 | 100001 | 111011 |
Color Harmonies of #A4B973
Complementary color
Monochromatic Colors of #A4B973
Black with #A4B973
Text Example
Text Example
White with #A4B973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B973; }
p { color: rgb(164,185,115); }
H1.HeaderClassName
{
color: #A4B973;
}
.AnyTagClassName
{
color: #A4B973;
}
</style>
background-color css
<style>
a { background-color: #A4B973; }
a { background-color: rgb(164,185,115); }
div.DivClassName
{
background-color: #A4B973;
}
.BgClassName
{
background-color: #A4B973;
}
</style>
border-color css
<style>
span { border-color: #A4B973; }
span { border-color: rgb(164,185,115); }
td.TdClassName
{
border-color: #A4B973;
}
.TagClassName
{
border-color: #A4B973;
}
</style>