Shades of Citron #999F1D
Tints of Citron #999F1D
RGB
CMYK
RGB Variations
Color information
#999F1D (or 0x999F1D) is known color: Citron. HEX triplet: 99, 9F and 1D. RGB value is (153,159,29). Sum of RGB (Red+Green+Blue) = 153+159+29=341 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.87% from 341); Green value is 159 (62.5% from 255 or 46.63% from 341); Blue value is 29 (11.72% from 255 or 8.50% from 341); Max value from RGB is 159 - color contains mainly: green. Hex color #999F1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999F1D is #6660E2. Grayscale: #8E8E8E. Windows color (decimal): -6709475 or 1941401. OLE color: 1941401.
HSL color Cylindrical-coordinate representation of color #999F1D: hue angle of 62.77º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #999F1D is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 159 | 29 | - |
| CMYK | 0.04 | 0 | 0.82 | 0.38 |
| HSL | 62.77º | 0.69% | 0.37% | - |
| HSV(B) | 62.77º | 0.82% | 0.62% | - |
| XYZ | 25.76 | 31.66 | 5.92 | - |
| YUV | 142.39 | 64.01 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 159 | 29 | 0.04 | 0 | 0.82 | 0.38 | 62.77 | 0.69 | 0.37 |
| Hex | 99 | 9F | 1D | 4 | 0 | 52 | 26 | 3F | 45 | 25 |
| Octal | 231 | 237 | 35 | 4 | 0 | 122 | 46 | 77 | 105 | 45 |
| Binary | 10011001 | 10011111 | 11101 | 100 | 0 | 1010010 | 100110 | 111111 | 1000101 | 100101 |
Color Harmonies of #999F1D
Complementary color
Monochromatic Colors of #999F1D
Black with #999F1D
Text Example
Text Example
White with #999F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999F1D; }
p { color: rgb(153,159,29); }
H1.HeaderClassName
{
color: #999F1D;
}
.AnyTagClassName
{
color: #999F1D;
}
</style>
background-color css
<style>
a { background-color: #999F1D; }
a { background-color: rgb(153,159,29); }
div.DivClassName
{
background-color: #999F1D;
}
.BgClassName
{
background-color: #999F1D;
}
</style>
border-color css
<style>
span { border-color: #999F1D; }
span { border-color: rgb(153,159,29); }
td.TdClassName
{
border-color: #999F1D;
}
.TagClassName
{
border-color: #999F1D;
}
</style>