Shades of Olivine #A4BF5F
Tints of Olivine #A4BF5F
RGB
CMYK
RGB Variations
Color information
#A4BF5F (or 0xA4BF5F) is known color: Olivine. HEX triplet: A4, BF and 5F. RGB value is (164,191,95). Sum of RGB (Red+Green+Blue) = 164+191+95=450 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.44% from 450); Green value is 191 (75% from 255 or 42.44% from 450); Blue value is 95 (37.5% from 255 or 21.11% from 450); Max value from RGB is 191 - color contains mainly: green. Hex color #A4BF5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4BF5F is #5B40A0. Grayscale: #ACACAC. Windows color (decimal): -5980321 or 6274980. OLE color: 6274980.
HSL color Cylindrical-coordinate representation of color #A4BF5F: hue angle of 76.88º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A4BF5F is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 191 | 95 | - |
| CMYK | 0.14 | 0 | 0.50 | 0.25 |
| HSL | 76.88º | 0.43% | 0.56% | - |
| HSV(B) | 76.88º | 0.5% | 0.75% | - |
| XYZ | 36.01 | 45.98 | 17.8 | - |
| YUV | 171.98 | 84.55 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 191 | 95 | 0.14 | 0 | 0.50 | 0.25 | 76.88 | 0.43 | 0.56 |
| Hex | A4 | BF | 5F | E | 0 | 32 | 19 | 4D | 2B | 38 |
| Octal | 244 | 277 | 137 | 16 | 0 | 62 | 31 | 115 | 53 | 70 |
| Binary | 10100100 | 10111111 | 1011111 | 1110 | 0 | 110010 | 11001 | 1001101 | 101011 | 111000 |
Color Harmonies of #A4BF5F
Complementary color
Monochromatic Colors of #A4BF5F
Black with #A4BF5F
Text Example
Text Example
White with #A4BF5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BF5F; }
p { color: rgb(164,191,95); }
H1.HeaderClassName
{
color: #A4BF5F;
}
.AnyTagClassName
{
color: #A4BF5F;
}
</style>
background-color css
<style>
a { background-color: #A4BF5F; }
a { background-color: rgb(164,191,95); }
div.DivClassName
{
background-color: #A4BF5F;
}
.BgClassName
{
background-color: #A4BF5F;
}
</style>
border-color css
<style>
span { border-color: #A4BF5F; }
span { border-color: rgb(164,191,95); }
td.TdClassName
{
border-color: #A4BF5F;
}
.TagClassName
{
border-color: #A4BF5F;
}
</style>