Shades of Citron #999D0D
Tints of Citron #999D0D
RGB
CMYK
RGB Variations
Color information
#999D0D (or 0x999D0D) is known color: Citron. HEX triplet: 99, 9D and 0D. RGB value is (153,157,13). Sum of RGB (Red+Green+Blue) = 153+157+13=323 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.37% from 323); Green value is 157 (61.72% from 255 or 48.61% from 323); Blue value is 13 (5.47% from 255 or 4.02% from 323); Max value from RGB is 157 - color contains mainly: green. Hex color #999D0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #999D0D is #6662F2. Grayscale: #8B8B8B. Windows color (decimal): -6710003 or 892313. OLE color: 892313.
HSL color Cylindrical-coordinate representation of color #999D0D: hue angle of 61.67º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #999D0D is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 157 | 13 | - |
| CMYK | 0.03 | 0 | 0.92 | 0.38 |
| HSL | 61.67º | 0.85% | 0.33% | - |
| HSV(B) | 61.67º | 0.92% | 0.62% | - |
| XYZ | 25.27 | 30.92 | 5.02 | - |
| YUV | 139.39 | 56.67 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 157 | 13 | 0.03 | 0 | 0.92 | 0.38 | 61.67 | 0.85 | 0.33 |
| Hex | 99 | 9D | D | 3 | 0 | 5C | 26 | 3E | 55 | 21 |
| Octal | 231 | 235 | 15 | 3 | 0 | 134 | 46 | 76 | 125 | 41 |
| Binary | 10011001 | 10011101 | 1101 | 11 | 0 | 1011100 | 100110 | 111110 | 1010101 | 100001 |
Color Harmonies of #999D0D
Complementary color
Monochromatic Colors of #999D0D
Black with #999D0D
Text Example
Text Example
White with #999D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999D0D; }
p { color: rgb(153,157,13); }
H1.HeaderClassName
{
color: #999D0D;
}
.AnyTagClassName
{
color: #999D0D;
}
</style>
background-color css
<style>
a { background-color: #999D0D; }
a { background-color: rgb(153,157,13); }
div.DivClassName
{
background-color: #999D0D;
}
.BgClassName
{
background-color: #999D0D;
}
</style>
border-color css
<style>
span { border-color: #999D0D; }
span { border-color: rgb(153,157,13); }
td.TdClassName
{
border-color: #999D0D;
}
.TagClassName
{
border-color: #999D0D;
}
</style>