Shades of Olivine #99BC5E
Tints of Olivine #99BC5E
RGB
CMYK
RGB Variations
Color information
#99BC5E (or 0x99BC5E) is known color: Olivine. HEX triplet: 99, BC and 5E. RGB value is (153,188,94). Sum of RGB (Red+Green+Blue) = 153+188+94=435 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.17% from 435); Green value is 188 (73.83% from 255 or 43.22% from 435); Blue value is 94 (37.11% from 255 or 21.61% from 435); Max value from RGB is 188 - color contains mainly: green. Hex color #99BC5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99BC5E is #6643A1. Grayscale: #A7A7A7. Windows color (decimal): -6701986 or 6208665. OLE color: 6208665.
HSL color Cylindrical-coordinate representation of color #99BC5E: hue angle of 82.34º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #99BC5E is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 188 | 94 | - |
| CMYK | 0.19 | 0 | 0.50 | 0.26 |
| HSL | 82.34º | 0.41% | 0.55% | - |
| HSV(B) | 82.34º | 0.5% | 0.74% | - |
| XYZ | 33.14 | 43.55 | 17.25 | - |
| YUV | 166.82 | 86.9 | 118.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 188 | 94 | 0.19 | 0 | 0.50 | 0.26 | 82.34 | 0.41 | 0.55 |
| Hex | 99 | BC | 5E | 13 | 0 | 32 | 1A | 52 | 29 | 37 |
| Octal | 231 | 274 | 136 | 23 | 0 | 62 | 32 | 122 | 51 | 67 |
| Binary | 10011001 | 10111100 | 1011110 | 10011 | 0 | 110010 | 11010 | 1010010 | 101001 | 110111 |
Color Harmonies of #99BC5E
Complementary color
Monochromatic Colors of #99BC5E
Black with #99BC5E
Text Example
Text Example
White with #99BC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BC5E; }
p { color: rgb(153,188,94); }
H1.HeaderClassName
{
color: #99BC5E;
}
.AnyTagClassName
{
color: #99BC5E;
}
</style>
background-color css
<style>
a { background-color: #99BC5E; }
a { background-color: rgb(153,188,94); }
div.DivClassName
{
background-color: #99BC5E;
}
.BgClassName
{
background-color: #99BC5E;
}
</style>
border-color css
<style>
span { border-color: #99BC5E; }
span { border-color: rgb(153,188,94); }
td.TdClassName
{
border-color: #99BC5E;
}
.TagClassName
{
border-color: #99BC5E;
}
</style>