Shades of Olivine #99BD65
Tints of Olivine #99BD65
RGB
CMYK
RGB Variations
Color information
#99BD65 (or 0x99BD65) is known color: Olivine. HEX triplet: 99, BD and 65. RGB value is (153,189,101). Sum of RGB (Red+Green+Blue) = 153+189+101=443 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.54% from 443); Green value is 189 (74.22% from 255 or 42.66% from 443); Blue value is 101 (39.84% from 255 or 22.80% from 443); Max value from RGB is 189 - color contains mainly: green. Hex color #99BD65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99BD65 is #66429A. Grayscale: #A8A8A8. Windows color (decimal): -6701723 or 6667673. OLE color: 6667673.
HSL color Cylindrical-coordinate representation of color #99BD65: hue angle of 84.55º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #99BD65 is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 189 | 101 | - |
| CMYK | 0.19 | 0 | 0.47 | 0.26 |
| HSL | 84.55º | 0.4% | 0.57% | - |
| HSV(B) | 84.55º | 0.47% | 0.74% | - |
| XYZ | 33.68 | 44.11 | 19.05 | - |
| YUV | 168.2 | 90.07 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 189 | 101 | 0.19 | 0 | 0.47 | 0.26 | 84.55 | 0.4 | 0.57 |
| Hex | 99 | BD | 65 | 13 | 0 | 2F | 1A | 55 | 28 | 39 |
| Octal | 231 | 275 | 145 | 23 | 0 | 57 | 32 | 125 | 50 | 71 |
| Binary | 10011001 | 10111101 | 1100101 | 10011 | 0 | 101111 | 11010 | 1010101 | 101000 | 111001 |
Color Harmonies of #99BD65
Complementary color
Monochromatic Colors of #99BD65
Black with #99BD65
Text Example
Text Example
White with #99BD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BD65; }
p { color: rgb(153,189,101); }
H1.HeaderClassName
{
color: #99BD65;
}
.AnyTagClassName
{
color: #99BD65;
}
</style>
background-color css
<style>
a { background-color: #99BD65; }
a { background-color: rgb(153,189,101); }
div.DivClassName
{
background-color: #99BD65;
}
.BgClassName
{
background-color: #99BD65;
}
</style>
border-color css
<style>
span { border-color: #99BD65; }
span { border-color: rgb(153,189,101); }
td.TdClassName
{
border-color: #99BD65;
}
.TagClassName
{
border-color: #99BD65;
}
</style>