Shades of Citron #999613
Tints of Citron #999613
RGB
CMYK
RGB Variations
Color information
#999613 (or 0x999613) is known color: Citron. HEX triplet: 99, 96 and 13. RGB value is (153,150,19). Sum of RGB (Red+Green+Blue) = 153+150+19=322 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.52% from 322); Green value is 150 (58.98% from 255 or 46.58% from 322); Blue value is 19 (7.81% from 255 or 5.90% from 322); Max value from RGB is 153 - color contains mainly: red. Hex color #999613 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #999613 is #6669EC. Grayscale: #888888. Windows color (decimal): -6711789 or 1283737. OLE color: 1283737.
HSL color Cylindrical-coordinate representation of color #999613: hue angle of 58.66º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #999613 is Cyan = 0, Magento = 0.02, Yellow = 0.88 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 150 | 19 | - |
| CMYK | 0 | 0.02 | 0.88 | 0.4 |
| HSL | 58.66º | 0.78% | 0.34% | - |
| HSV(B) | 58.66º | 0.88% | 0.6% | - |
| XYZ | 24.16 | 28.63 | 4.87 | - |
| YUV | 135.96 | 61.99 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 150 | 19 | 0 | 0.02 | 0.88 | 0.4 | 58.66 | 0.78 | 0.34 |
| Hex | 99 | 96 | 13 | 0 | 2 | 58 | 28 | 3B | 4E | 22 |
| Octal | 231 | 226 | 23 | 0 | 2 | 130 | 50 | 73 | 116 | 42 |
| Binary | 10011001 | 10010110 | 10011 | 0 | 10 | 1011000 | 101000 | 111011 | 1001110 | 100010 |
Color Harmonies of #999613
Complementary color
Monochromatic Colors of #999613
Black with #999613
Text Example
Text Example
White with #999613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999613; }
p { color: rgb(153,150,19); }
H1.HeaderClassName
{
color: #999613;
}
.AnyTagClassName
{
color: #999613;
}
</style>
background-color css
<style>
a { background-color: #999613; }
a { background-color: rgb(153,150,19); }
div.DivClassName
{
background-color: #999613;
}
.BgClassName
{
background-color: #999613;
}
</style>
border-color css
<style>
span { border-color: #999613; }
span { border-color: rgb(153,150,19); }
td.TdClassName
{
border-color: #999613;
}
.TagClassName
{
border-color: #999613;
}
</style>