Shades of Citrus #999F03
Tints of Citrus #999F03
RGB
CMYK
RGB Variations
Color information
#999F03 (or 0x999F03) is known color: Citrus. HEX triplet: 99, 9F and 03. RGB value is (153,159,3). Sum of RGB (Red+Green+Blue) = 153+159+3=315 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.57% from 315); Green value is 159 (62.5% from 255 or 50.48% from 315); Blue value is 3 (1.56% from 255 or 0.95% from 315); Max value from RGB is 159 - color contains mainly: green. Hex color #999F03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #999F03 is #6660FC. Grayscale: #8C8C8C. Windows color (decimal): -6709501 or 237465. OLE color: 237465.
HSL color Cylindrical-coordinate representation of color #999F03: hue angle of 62.31º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #999F03 is Cyan = 0.04, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 159 | 3 | - |
| CMYK | 0.04 | 0 | 0.98 | 0.38 |
| HSL | 62.31º | 0.96% | 0.32% | - |
| HSV(B) | 62.31º | 0.98% | 0.62% | - |
| XYZ | 25.55 | 31.58 | 4.83 | - |
| YUV | 139.42 | 51.01 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 159 | 3 | 0.04 | 0 | 0.98 | 0.38 | 62.31 | 0.96 | 0.32 |
| Hex | 99 | 9F | 3 | 4 | 0 | 62 | 26 | 3E | 60 | 20 |
| Octal | 231 | 237 | 3 | 4 | 0 | 142 | 46 | 76 | 140 | 40 |
| Binary | 10011001 | 10011111 | 11 | 100 | 0 | 1100010 | 100110 | 111110 | 1100000 | 100000 |
Color Harmonies of #999F03
Complementary color
Monochromatic Colors of #999F03
Black with #999F03
Text Example
Text Example
White with #999F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999F03; }
p { color: rgb(153,159,3); }
H1.HeaderClassName
{
color: #999F03;
}
.AnyTagClassName
{
color: #999F03;
}
</style>
background-color css
<style>
a { background-color: #999F03; }
a { background-color: rgb(153,159,3); }
div.DivClassName
{
background-color: #999F03;
}
.BgClassName
{
background-color: #999F03;
}
</style>
border-color css
<style>
span { border-color: #999F03; }
span { border-color: rgb(153,159,3); }
td.TdClassName
{
border-color: #999F03;
}
.TagClassName
{
border-color: #999F03;
}
</style>