Shades of Olivine #A4BC76
Tints of Olivine #A4BC76
RGB
CMYK
RGB Variations
Color information
#A4BC76 (or 0xA4BC76) is known color: Olivine. HEX triplet: A4, BC and 76. RGB value is (164,188,118). Sum of RGB (Red+Green+Blue) = 164+188+118=470 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.89% from 470); Green value is 188 (73.83% from 255 or 40% from 470); Blue value is 118 (46.48% from 255 or 25.11% from 470); Max value from RGB is 188 - color contains mainly: green. Hex color #A4BC76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4BC76 is #5B4389. Grayscale: #ADADAD. Windows color (decimal): -5981066 or 7781540. OLE color: 7781540.
HSL color Cylindrical-coordinate representation of color #A4BC76: hue angle of 80.57º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A4BC76 is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 188 | 118 | - |
| CMYK | 0.13 | 0 | 0.37 | 0.26 |
| HSL | 80.57º | 0.34% | 0.6% | - |
| HSV(B) | 80.57º | 0.37% | 0.74% | - |
| XYZ | 36.56 | 45.17 | 23.93 | - |
| YUV | 172.84 | 97.05 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 188 | 118 | 0.13 | 0 | 0.37 | 0.26 | 80.57 | 0.34 | 0.6 |
| Hex | A4 | BC | 76 | D | 0 | 25 | 1A | 51 | 22 | 3C |
| Octal | 244 | 274 | 166 | 15 | 0 | 45 | 32 | 121 | 42 | 74 |
| Binary | 10100100 | 10111100 | 1110110 | 1101 | 0 | 100101 | 11010 | 1010001 | 100010 | 111100 |
Color Harmonies of #A4BC76
Complementary color
Monochromatic Colors of #A4BC76
Black with #A4BC76
Text Example
Text Example
White with #A4BC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BC76; }
p { color: rgb(164,188,118); }
H1.HeaderClassName
{
color: #A4BC76;
}
.AnyTagClassName
{
color: #A4BC76;
}
</style>
background-color css
<style>
a { background-color: #A4BC76; }
a { background-color: rgb(164,188,118); }
div.DivClassName
{
background-color: #A4BC76;
}
.BgClassName
{
background-color: #A4BC76;
}
</style>
border-color css
<style>
span { border-color: #A4BC76; }
span { border-color: rgb(164,188,118); }
td.TdClassName
{
border-color: #A4BC76;
}
.TagClassName
{
border-color: #A4BC76;
}
</style>