Shades of Citrus #99BC16
Tints of Citrus #99BC16
RGB
CMYK
RGB Variations
Color information
#99BC16 (or 0x99BC16) is known color: Citrus. HEX triplet: 99, BC and 16. RGB value is (153,188,22). Sum of RGB (Red+Green+Blue) = 153+188+22=363 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.15% from 363); Green value is 188 (73.83% from 255 or 51.79% from 363); Blue value is 22 (8.98% from 255 or 6.06% from 363); Max value from RGB is 188 - color contains mainly: green. Hex color #99BC16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99BC16 is #6643E9. Grayscale: #9F9F9F. Windows color (decimal): -6702058 or 1490073. OLE color: 1490073.
HSL color Cylindrical-coordinate representation of color #99BC16: hue angle of 72.65º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #99BC16 is Cyan = 0.19, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 188 | 22 | - |
| CMYK | 0.19 | 0 | 0.88 | 0.26 |
| HSL | 72.65º | 0.79% | 0.41% | - |
| HSV(B) | 72.65º | 0.88% | 0.74% | - |
| XYZ | 31.26 | 42.8 | 7.37 | - |
| YUV | 158.61 | 50.9 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 188 | 22 | 0.19 | 0 | 0.88 | 0.26 | 72.65 | 0.79 | 0.41 |
| Hex | 99 | BC | 16 | 13 | 0 | 58 | 1A | 49 | 4F | 29 |
| Octal | 231 | 274 | 26 | 23 | 0 | 130 | 32 | 111 | 117 | 51 |
| Binary | 10011001 | 10111100 | 10110 | 10011 | 0 | 1011000 | 11010 | 1001001 | 1001111 | 101001 |
Color Harmonies of #99BC16
Complementary color
Monochromatic Colors of #99BC16
Black with #99BC16
Text Example
Text Example
White with #99BC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BC16; }
p { color: rgb(153,188,22); }
H1.HeaderClassName
{
color: #99BC16;
}
.AnyTagClassName
{
color: #99BC16;
}
</style>
background-color css
<style>
a { background-color: #99BC16; }
a { background-color: rgb(153,188,22); }
div.DivClassName
{
background-color: #99BC16;
}
.BgClassName
{
background-color: #99BC16;
}
</style>
border-color css
<style>
span { border-color: #99BC16; }
span { border-color: rgb(153,188,22); }
td.TdClassName
{
border-color: #99BC16;
}
.TagClassName
{
border-color: #99BC16;
}
</style>