Shades of Citrus #99B404
Tints of Citrus #99B404
RGB
CMYK
RGB Variations
Color information
#99B404 (or 0x99B404) is known color: Citrus. HEX triplet: 99, B4 and 04. RGB value is (153,180,4). Sum of RGB (Red+Green+Blue) = 153+180+4=337 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.40% from 337); Green value is 180 (70.70% from 255 or 53.41% from 337); Blue value is 4 (1.95% from 255 or 1.19% from 337); Max value from RGB is 180 - color contains mainly: green. Hex color #99B404 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99B404 is #664BFB. Grayscale: #989898. Windows color (decimal): -6704124 or 308377. OLE color: 308377.
HSL color Cylindrical-coordinate representation of color #99B404: hue angle of 69.2º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #99B404 is Cyan = 0.15, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 180 | 4 | - |
| CMYK | 0.15 | 0 | 0.98 | 0.29 |
| HSL | 69.2º | 0.96% | 0.36% | - |
| HSV(B) | 69.2º | 0.98% | 0.71% | - |
| XYZ | 29.48 | 39.42 | 6.17 | - |
| YUV | 151.86 | 44.55 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 180 | 4 | 0.15 | 0 | 0.98 | 0.29 | 69.2 | 0.96 | 0.36 |
| Hex | 99 | B4 | 4 | F | 0 | 62 | 1D | 45 | 60 | 24 |
| Octal | 231 | 264 | 4 | 17 | 0 | 142 | 35 | 105 | 140 | 44 |
| Binary | 10011001 | 10110100 | 100 | 1111 | 0 | 1100010 | 11101 | 1000101 | 1100000 | 100100 |
Color Harmonies of #99B404
Complementary color
Monochromatic Colors of #99B404
Black with #99B404
Text Example
Text Example
White with #99B404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B404; }
p { color: rgb(153,180,4); }
H1.HeaderClassName
{
color: #99B404;
}
.AnyTagClassName
{
color: #99B404;
}
</style>
background-color css
<style>
a { background-color: #99B404; }
a { background-color: rgb(153,180,4); }
div.DivClassName
{
background-color: #99B404;
}
.BgClassName
{
background-color: #99B404;
}
</style>
border-color css
<style>
span { border-color: #99B404; }
span { border-color: rgb(153,180,4); }
td.TdClassName
{
border-color: #99B404;
}
.TagClassName
{
border-color: #99B404;
}
</style>