Shades of Citrus #99BC04
Tints of Citrus #99BC04
RGB
CMYK
RGB Variations
Color information
#99BC04 (or 0x99BC04) is known color: Citrus. HEX triplet: 99, BC and 04. RGB value is (153,188,4). Sum of RGB (Red+Green+Blue) = 153+188+4=345 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.35% from 345); Green value is 188 (73.83% from 255 or 54.49% from 345); Blue value is 4 (1.95% from 255 or 1.16% from 345); Max value from RGB is 188 - color contains mainly: green. Hex color #99BC04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99BC04 is #6643FB. Grayscale: #9D9D9D. Windows color (decimal): -6702076 or 310425. OLE color: 310425.
HSL color Cylindrical-coordinate representation of color #99BC04: hue angle of 71.41º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #99BC04 is Cyan = 0.19, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 188 | 4 | - |
| CMYK | 0.19 | 0 | 0.98 | 0.26 |
| HSL | 71.41º | 0.96% | 0.38% | - |
| HSV(B) | 71.41º | 0.98% | 0.74% | - |
| XYZ | 31.14 | 42.75 | 6.72 | - |
| YUV | 156.56 | 41.9 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 188 | 4 | 0.19 | 0 | 0.98 | 0.26 | 71.41 | 0.96 | 0.38 |
| Hex | 99 | BC | 4 | 13 | 0 | 62 | 1A | 47 | 60 | 26 |
| Octal | 231 | 274 | 4 | 23 | 0 | 142 | 32 | 107 | 140 | 46 |
| Binary | 10011001 | 10111100 | 100 | 10011 | 0 | 1100010 | 11010 | 1000111 | 1100000 | 100110 |
Color Harmonies of #99BC04
Complementary color
Monochromatic Colors of #99BC04
Black with #99BC04
Text Example
Text Example
White with #99BC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BC04; }
p { color: rgb(153,188,4); }
H1.HeaderClassName
{
color: #99BC04;
}
.AnyTagClassName
{
color: #99BC04;
}
</style>
background-color css
<style>
a { background-color: #99BC04; }
a { background-color: rgb(153,188,4); }
div.DivClassName
{
background-color: #99BC04;
}
.BgClassName
{
background-color: #99BC04;
}
</style>
border-color css
<style>
span { border-color: #99BC04; }
span { border-color: rgb(153,188,4); }
td.TdClassName
{
border-color: #99BC04;
}
.TagClassName
{
border-color: #99BC04;
}
</style>