Shades of Olivine #A4C05F
Tints of Olivine #A4C05F
RGB
CMYK
RGB Variations
Color information
#A4C05F (or 0xA4C05F) is known color: Olivine. HEX triplet: A4, C0 and 5F. RGB value is (164,192,95). Sum of RGB (Red+Green+Blue) = 164+192+95=451 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.36% from 451); Green value is 192 (75.39% from 255 or 42.57% from 451); Blue value is 95 (37.5% from 255 or 21.06% from 451); Max value from RGB is 192 - color contains mainly: green. Hex color #A4C05F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C05F is #5B3FA0. Grayscale: #ACACAC. Windows color (decimal): -5980065 or 6275236. OLE color: 6275236.
HSL color Cylindrical-coordinate representation of color #A4C05F: hue angle of 77.32º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A4C05F is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 192 | 95 | - |
| CMYK | 0.15 | 0 | 0.51 | 0.25 |
| HSL | 77.32º | 0.43% | 0.56% | - |
| HSV(B) | 77.32º | 0.51% | 0.75% | - |
| XYZ | 36.23 | 46.42 | 17.88 | - |
| YUV | 172.57 | 84.22 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 192 | 95 | 0.15 | 0 | 0.51 | 0.25 | 77.32 | 0.43 | 0.56 |
| Hex | A4 | C0 | 5F | F | 0 | 33 | 19 | 4D | 2B | 38 |
| Octal | 244 | 300 | 137 | 17 | 0 | 63 | 31 | 115 | 53 | 70 |
| Binary | 10100100 | 11000000 | 1011111 | 1111 | 0 | 110011 | 11001 | 1001101 | 101011 | 111000 |
Color Harmonies of #A4C05F
Complementary color
Monochromatic Colors of #A4C05F
Black with #A4C05F
Text Example
Text Example
White with #A4C05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C05F; }
p { color: rgb(164,192,95); }
H1.HeaderClassName
{
color: #A4C05F;
}
.AnyTagClassName
{
color: #A4C05F;
}
</style>
background-color css
<style>
a { background-color: #A4C05F; }
a { background-color: rgb(164,192,95); }
div.DivClassName
{
background-color: #A4C05F;
}
.BgClassName
{
background-color: #A4C05F;
}
</style>
border-color css
<style>
span { border-color: #A4C05F; }
span { border-color: rgb(164,192,95); }
td.TdClassName
{
border-color: #A4C05F;
}
.TagClassName
{
border-color: #A4C05F;
}
</style>