Shades of Olivine #99BB5C
Tints of Olivine #99BB5C
RGB
CMYK
RGB Variations
Color information
#99BB5C (or 0x99BB5C) is known color: Olivine. HEX triplet: 99, BB and 5C. RGB value is (153,187,92). Sum of RGB (Red+Green+Blue) = 153+187+92=432 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.42% from 432); Green value is 187 (73.44% from 255 or 43.29% from 432); Blue value is 92 (36.33% from 255 or 21.30% from 432); Max value from RGB is 187 - color contains mainly: green. Hex color #99BB5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99BB5C is #6644A3. Grayscale: #A6A6A6. Windows color (decimal): -6702244 or 6077337. OLE color: 6077337.
HSL color Cylindrical-coordinate representation of color #99BB5C: hue angle of 81.47º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #99BB5C is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 187 | 92 | - |
| CMYK | 0.18 | 0 | 0.51 | 0.27 |
| HSL | 81.47º | 0.41% | 0.55% | - |
| HSV(B) | 81.47º | 0.51% | 0.73% | - |
| XYZ | 32.84 | 43.09 | 16.71 | - |
| YUV | 166 | 86.24 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 187 | 92 | 0.18 | 0 | 0.51 | 0.27 | 81.47 | 0.41 | 0.55 |
| Hex | 99 | BB | 5C | 12 | 0 | 33 | 1B | 51 | 29 | 37 |
| Octal | 231 | 273 | 134 | 22 | 0 | 63 | 33 | 121 | 51 | 67 |
| Binary | 10011001 | 10111011 | 1011100 | 10010 | 0 | 110011 | 11011 | 1010001 | 101001 | 110111 |
Color Harmonies of #99BB5C
Complementary color
Monochromatic Colors of #99BB5C
Black with #99BB5C
Text Example
Text Example
White with #99BB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BB5C; }
p { color: rgb(153,187,92); }
H1.HeaderClassName
{
color: #99BB5C;
}
.AnyTagClassName
{
color: #99BB5C;
}
</style>
background-color css
<style>
a { background-color: #99BB5C; }
a { background-color: rgb(153,187,92); }
div.DivClassName
{
background-color: #99BB5C;
}
.BgClassName
{
background-color: #99BB5C;
}
</style>
border-color css
<style>
span { border-color: #99BB5C; }
span { border-color: rgb(153,187,92); }
td.TdClassName
{
border-color: #99BB5C;
}
.TagClassName
{
border-color: #99BB5C;
}
</style>