Shades of Olivine #99C95B
Tints of Olivine #99C95B
RGB
CMYK
RGB Variations
Color information
#99C95B (or 0x99C95B) is known color: Olivine. HEX triplet: 99, C9 and 5B. RGB value is (153,201,91). Sum of RGB (Red+Green+Blue) = 153+201+91=445 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.38% from 445); Green value is 201 (78.91% from 255 or 45.17% from 445); Blue value is 91 (35.94% from 255 or 20.45% from 445); Max value from RGB is 201 - color contains mainly: green. Hex color #99C95B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C95B is #6636A4. Grayscale: #AEAEAE. Windows color (decimal): -6698661 or 6015385. OLE color: 6015385.
HSL color Cylindrical-coordinate representation of color #99C95B: hue angle of 86.18º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #99C95B is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 153 | 201 | 91 | - |
| CMYK | 0.24 | 0 | 0.55 | 0.21 |
| HSL | 86.18º | 0.5% | 0.57% | - |
| HSV(B) | 86.18º | 0.55% | 0.79% | - |
| XYZ | 35.91 | 49.3 | 17.52 | - |
| YUV | 174.11 | 81.1 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 201 | 91 | 0.24 | 0 | 0.55 | 0.21 | 86.18 | 0.5 | 0.57 |
| Hex | 99 | C9 | 5B | 18 | 0 | 37 | 15 | 56 | 32 | 39 |
| Octal | 231 | 311 | 133 | 30 | 0 | 67 | 25 | 126 | 62 | 71 |
| Binary | 10011001 | 11001001 | 1011011 | 11000 | 0 | 110111 | 10101 | 1010110 | 110010 | 111001 |
Color Harmonies of #99C95B
Complementary color
Monochromatic Colors of #99C95B
Black with #99C95B
Text Example
Text Example
White with #99C95B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C95B; }
p { color: rgb(153,201,91); }
H1.HeaderClassName
{
color: #99C95B;
}
.AnyTagClassName
{
color: #99C95B;
}
</style>
background-color css
<style>
a { background-color: #99C95B; }
a { background-color: rgb(153,201,91); }
div.DivClassName
{
background-color: #99C95B;
}
.BgClassName
{
background-color: #99C95B;
}
</style>
border-color css
<style>
span { border-color: #99C95B; }
span { border-color: rgb(153,201,91); }
td.TdClassName
{
border-color: #99C95B;
}
.TagClassName
{
border-color: #99C95B;
}
</style>