Shades of Olivine #99CC5B
Tints of Olivine #99CC5B
RGB
CMYK
RGB Variations
Color information
#99CC5B (or 0x99CC5B) is known color: Olivine. HEX triplet: 99, CC and 5B. RGB value is (153,204,91). Sum of RGB (Red+Green+Blue) = 153+204+91=448 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.15% from 448); Green value is 204 (80.08% from 255 or 45.54% from 448); Blue value is 91 (35.94% from 255 or 20.31% from 448); Max value from RGB is 204 - color contains mainly: green. Hex color #99CC5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99CC5B is #6633A4. Grayscale: #B0B0B0. Windows color (decimal): -6697893 or 6016153. OLE color: 6016153.
HSL color Cylindrical-coordinate representation of color #99CC5B: hue angle of 87.08º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #99CC5B is Cyan = 0.25, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 153 | 204 | 91 | - |
| CMYK | 0.25 | 0 | 0.55 | 0.2 |
| HSL | 87.08º | 0.53% | 0.58% | - |
| HSV(B) | 87.08º | 0.55% | 0.8% | - |
| XYZ | 36.62 | 50.71 | 17.76 | - |
| YUV | 175.87 | 80.1 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 204 | 91 | 0.25 | 0 | 0.55 | 0.2 | 87.08 | 0.53 | 0.58 |
| Hex | 99 | CC | 5B | 19 | 0 | 37 | 14 | 57 | 35 | 3A |
| Octal | 231 | 314 | 133 | 31 | 0 | 67 | 24 | 127 | 65 | 72 |
| Binary | 10011001 | 11001100 | 1011011 | 11001 | 0 | 110111 | 10100 | 1010111 | 110101 | 111010 |
Color Harmonies of #99CC5B
Complementary color
Monochromatic Colors of #99CC5B
Black with #99CC5B
Text Example
Text Example
White with #99CC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CC5B; }
p { color: rgb(153,204,91); }
H1.HeaderClassName
{
color: #99CC5B;
}
.AnyTagClassName
{
color: #99CC5B;
}
</style>
background-color css
<style>
a { background-color: #99CC5B; }
a { background-color: rgb(153,204,91); }
div.DivClassName
{
background-color: #99CC5B;
}
.BgClassName
{
background-color: #99CC5B;
}
</style>
border-color css
<style>
span { border-color: #99CC5B; }
span { border-color: rgb(153,204,91); }
td.TdClassName
{
border-color: #99CC5B;
}
.TagClassName
{
border-color: #99CC5B;
}
</style>