Shades of Citrus #99BC00
Tints of Citrus #99BC00
RGB
CMYK
RGB Variations
Color information
#99BC00 (or 0x99BC00) is known color: Citrus. HEX triplet: 99, BC and 00. RGB value is (153,188,0). Sum of RGB (Red+Green+Blue) = 153+188+0=341 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.87% from 341); Green value is 188 (73.83% from 255 or 55.13% from 341); Blue value is 0 (0.39% from 255 or 0% from 341); Max value from RGB is 188 - color contains mainly: green. Hex color #99BC00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99BC00 is #6643FF. Grayscale: #9C9C9C. Windows color (decimal): -6702080 or 48281. OLE color: 48281.
HSL color Cylindrical-coordinate representation of color #99BC00: hue angle of 71.17º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #99BC00 is Cyan = 0.19, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 188 | 0 | - |
| CMYK | 0.19 | 0 | 1 | 0.26 |
| HSL | 71.17º | 1% | 0.37% | - |
| HSV(B) | 71.17º | 1% | 0.74% | - |
| XYZ | 31.12 | 42.74 | 6.61 | - |
| YUV | 156.1 | 39.9 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 188 | 0 | 0.19 | 0 | 1 | 0.26 | 71.17 | 1 | 0.37 |
| Hex | 99 | BC | 0 | 13 | 0 | 64 | 1A | 47 | 64 | 25 |
| Octal | 231 | 274 | 0 | 23 | 0 | 144 | 32 | 107 | 144 | 45 |
| Binary | 10011001 | 10111100 | 0 | 10011 | 0 | 1100100 | 11010 | 1000111 | 1100100 | 100101 |
Color Harmonies of #99BC00
Complementary color
Monochromatic Colors of #99BC00
Black with #99BC00
Text Example
Text Example
White with #99BC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BC00; }
p { color: rgb(153,188,0); }
H1.HeaderClassName
{
color: #99BC00;
}
.AnyTagClassName
{
color: #99BC00;
}
</style>
background-color css
<style>
a { background-color: #99BC00; }
a { background-color: rgb(153,188,0); }
div.DivClassName
{
background-color: #99BC00;
}
.BgClassName
{
background-color: #99BC00;
}
</style>
border-color css
<style>
span { border-color: #99BC00; }
span { border-color: rgb(153,188,0); }
td.TdClassName
{
border-color: #99BC00;
}
.TagClassName
{
border-color: #99BC00;
}
</style>