Shades of Olivine #A4BC6F
Tints of Olivine #A4BC6F
RGB
CMYK
RGB Variations
Color information
#A4BC6F (or 0xA4BC6F) is known color: Olivine. HEX triplet: A4, BC and 6F. RGB value is (164,188,111). Sum of RGB (Red+Green+Blue) = 164+188+111=463 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.42% from 463); Green value is 188 (73.83% from 255 or 40.60% from 463); Blue value is 111 (43.75% from 255 or 23.97% from 463); Max value from RGB is 188 - color contains mainly: green. Hex color #A4BC6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4BC6F is #5B4390. Grayscale: #ACACAC. Windows color (decimal): -5981073 or 7322788. OLE color: 7322788.
HSL color Cylindrical-coordinate representation of color #A4BC6F: hue angle of 78.7º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A4BC6F is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 188 | 111 | - |
| CMYK | 0.13 | 0 | 0.41 | 0.26 |
| HSL | 78.7º | 0.36% | 0.59% | - |
| HSV(B) | 78.7º | 0.41% | 0.74% | - |
| XYZ | 36.16 | 45.01 | 21.82 | - |
| YUV | 172.05 | 93.55 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 188 | 111 | 0.13 | 0 | 0.41 | 0.26 | 78.7 | 0.36 | 0.59 |
| Hex | A4 | BC | 6F | D | 0 | 29 | 1A | 4F | 24 | 3B |
| Octal | 244 | 274 | 157 | 15 | 0 | 51 | 32 | 117 | 44 | 73 |
| Binary | 10100100 | 10111100 | 1101111 | 1101 | 0 | 101001 | 11010 | 1001111 | 100100 | 111011 |
Color Harmonies of #A4BC6F
Complementary color
Monochromatic Colors of #A4BC6F
Black with #A4BC6F
Text Example
Text Example
White with #A4BC6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BC6F; }
p { color: rgb(164,188,111); }
H1.HeaderClassName
{
color: #A4BC6F;
}
.AnyTagClassName
{
color: #A4BC6F;
}
</style>
background-color css
<style>
a { background-color: #A4BC6F; }
a { background-color: rgb(164,188,111); }
div.DivClassName
{
background-color: #A4BC6F;
}
.BgClassName
{
background-color: #A4BC6F;
}
</style>
border-color css
<style>
span { border-color: #A4BC6F; }
span { border-color: rgb(164,188,111); }
td.TdClassName
{
border-color: #A4BC6F;
}
.TagClassName
{
border-color: #A4BC6F;
}
</style>