Shades of Citrus #99C00B
Tints of Citrus #99C00B
RGB
CMYK
RGB Variations
Color information
#99C00B (or 0x99C00B) is known color: Citrus. HEX triplet: 99, C0 and 0B. RGB value is (153,192,11). Sum of RGB (Red+Green+Blue) = 153+192+11=356 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.98% from 356); Green value is 192 (75.39% from 255 or 53.93% from 356); Blue value is 11 (4.69% from 255 or 3.09% from 356); Max value from RGB is 192 - color contains mainly: green. Hex color #99C00B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99C00B is #663FF4. Grayscale: #A0A0A0. Windows color (decimal): -6701045 or 770201. OLE color: 770201.
HSL color Cylindrical-coordinate representation of color #99C00B: hue angle of 72.93º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #99C00B is Cyan = 0.20, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 192 | 11 | - |
| CMYK | 0.20 | 0 | 0.94 | 0.25 |
| HSL | 72.93º | 0.89% | 0.4% | - |
| HSV(B) | 72.93º | 0.94% | 0.75% | - |
| XYZ | 32.05 | 44.5 | 7.22 | - |
| YUV | 159.71 | 44.08 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 192 | 11 | 0.20 | 0 | 0.94 | 0.25 | 72.93 | 0.89 | 0.4 |
| Hex | 99 | C0 | B | 14 | 0 | 5E | 19 | 49 | 59 | 28 |
| Octal | 231 | 300 | 13 | 24 | 0 | 136 | 31 | 111 | 131 | 50 |
| Binary | 10011001 | 11000000 | 1011 | 10100 | 0 | 1011110 | 11001 | 1001001 | 1011001 | 101000 |
Color Harmonies of #99C00B
Complementary color
Monochromatic Colors of #99C00B
Black with #99C00B
Text Example
Text Example
White with #99C00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C00B; }
p { color: rgb(153,192,11); }
H1.HeaderClassName
{
color: #99C00B;
}
.AnyTagClassName
{
color: #99C00B;
}
</style>
background-color css
<style>
a { background-color: #99C00B; }
a { background-color: rgb(153,192,11); }
div.DivClassName
{
background-color: #99C00B;
}
.BgClassName
{
background-color: #99C00B;
}
</style>
border-color css
<style>
span { border-color: #99C00B; }
span { border-color: rgb(153,192,11); }
td.TdClassName
{
border-color: #99C00B;
}
.TagClassName
{
border-color: #99C00B;
}
</style>