Shades of Olivine #A4BC65
Tints of Olivine #A4BC65
RGB
CMYK
RGB Variations
Color information
#A4BC65 (or 0xA4BC65) is known color: Olivine. HEX triplet: A4, BC and 65. RGB value is (164,188,101). Sum of RGB (Red+Green+Blue) = 164+188+101=453 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.20% from 453); Green value is 188 (73.83% from 255 or 41.50% from 453); Blue value is 101 (39.84% from 255 or 22.30% from 453); Max value from RGB is 188 - color contains mainly: green. Hex color #A4BC65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4BC65 is #5B439A. Grayscale: #ABABAB. Windows color (decimal): -5981083 or 6667428. OLE color: 6667428.
HSL color Cylindrical-coordinate representation of color #A4BC65: hue angle of 76.55º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A4BC65 is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 188 | 101 | - |
| CMYK | 0.13 | 0 | 0.46 | 0.26 |
| HSL | 76.55º | 0.39% | 0.57% | - |
| HSV(B) | 76.55º | 0.46% | 0.74% | - |
| XYZ | 35.64 | 44.8 | 19.08 | - |
| YUV | 170.91 | 88.55 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 188 | 101 | 0.13 | 0 | 0.46 | 0.26 | 76.55 | 0.39 | 0.57 |
| Hex | A4 | BC | 65 | D | 0 | 2E | 1A | 4D | 27 | 39 |
| Octal | 244 | 274 | 145 | 15 | 0 | 56 | 32 | 115 | 47 | 71 |
| Binary | 10100100 | 10111100 | 1100101 | 1101 | 0 | 101110 | 11010 | 1001101 | 100111 | 111001 |
Color Harmonies of #A4BC65
Complementary color
Monochromatic Colors of #A4BC65
Black with #A4BC65
Text Example
Text Example
White with #A4BC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BC65; }
p { color: rgb(164,188,101); }
H1.HeaderClassName
{
color: #A4BC65;
}
.AnyTagClassName
{
color: #A4BC65;
}
</style>
background-color css
<style>
a { background-color: #A4BC65; }
a { background-color: rgb(164,188,101); }
div.DivClassName
{
background-color: #A4BC65;
}
.BgClassName
{
background-color: #A4BC65;
}
</style>
border-color css
<style>
span { border-color: #A4BC65; }
span { border-color: rgb(164,188,101); }
td.TdClassName
{
border-color: #A4BC65;
}
.TagClassName
{
border-color: #A4BC65;
}
</style>