Shades of Olivine #99BD63
Tints of Olivine #99BD63
RGB
CMYK
RGB Variations
Color information
#99BD63 (or 0x99BD63) is known color: Olivine. HEX triplet: 99, BD and 63. RGB value is (153,189,99). Sum of RGB (Red+Green+Blue) = 153+189+99=441 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.69% from 441); Green value is 189 (74.22% from 255 or 42.86% from 441); Blue value is 99 (39.06% from 255 or 22.45% from 441); Max value from RGB is 189 - color contains mainly: green. Hex color #99BD63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99BD63 is #66429C. Grayscale: #A8A8A8. Windows color (decimal): -6701725 or 6536601. OLE color: 6536601.
HSL color Cylindrical-coordinate representation of color #99BD63: hue angle of 84º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #99BD63 is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 189 | 99 | - |
| CMYK | 0.19 | 0 | 0.48 | 0.26 |
| HSL | 84º | 0.41% | 0.56% | - |
| HSV(B) | 84º | 0.48% | 0.74% | - |
| XYZ | 33.59 | 44.07 | 18.54 | - |
| YUV | 167.98 | 89.07 | 117.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 189 | 99 | 0.19 | 0 | 0.48 | 0.26 | 84 | 0.41 | 0.56 |
| Hex | 99 | BD | 63 | 13 | 0 | 30 | 1A | 54 | 29 | 38 |
| Octal | 231 | 275 | 143 | 23 | 0 | 60 | 32 | 124 | 51 | 70 |
| Binary | 10011001 | 10111101 | 1100011 | 10011 | 0 | 110000 | 11010 | 1010100 | 101001 | 111000 |
Color Harmonies of #99BD63
Complementary color
Monochromatic Colors of #99BD63
Black with #99BD63
Text Example
Text Example
White with #99BD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BD63; }
p { color: rgb(153,189,99); }
H1.HeaderClassName
{
color: #99BD63;
}
.AnyTagClassName
{
color: #99BD63;
}
</style>
background-color css
<style>
a { background-color: #99BD63; }
a { background-color: rgb(153,189,99); }
div.DivClassName
{
background-color: #99BD63;
}
.BgClassName
{
background-color: #99BD63;
}
</style>
border-color css
<style>
span { border-color: #99BD63; }
span { border-color: rgb(153,189,99); }
td.TdClassName
{
border-color: #99BD63;
}
.TagClassName
{
border-color: #99BD63;
}
</style>