Shades of Citron #90990D
Tints of Citron #90990D
RGB
CMYK
RGB Variations
Color information
#90990D (or 0x90990D) is known color: Citron. HEX triplet: 90, 99 and 0D. RGB value is (144,153,13). Sum of RGB (Red+Green+Blue) = 144+153+13=310 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.45% from 310); Green value is 153 (60.16% from 255 or 49.35% from 310); Blue value is 13 (5.47% from 255 or 4.19% from 310); Max value from RGB is 153 - color contains mainly: green. Hex color #90990D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90990D is #6F66F2. Grayscale: #868686. Windows color (decimal): -7300851 or 891280. OLE color: 891280.
HSL color Cylindrical-coordinate representation of color #90990D: hue angle of 63.86º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #90990D is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 144 | 153 | 13 | - |
| CMYK | 0.06 | 0 | 0.92 | 0.4 |
| HSL | 63.86º | 0.84% | 0.33% | - |
| HSV(B) | 63.86º | 0.92% | 0.6% | - |
| XYZ | 22.97 | 28.74 | 4.72 | - |
| YUV | 134.35 | 59.52 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 153 | 13 | 0.06 | 0 | 0.92 | 0.4 | 63.86 | 0.84 | 0.33 |
| Hex | 90 | 99 | D | 6 | 0 | 5C | 28 | 40 | 54 | 21 |
| Octal | 220 | 231 | 15 | 6 | 0 | 134 | 50 | 100 | 124 | 41 |
| Binary | 10010000 | 10011001 | 1101 | 110 | 0 | 1011100 | 101000 | 1000000 | 1010100 | 100001 |
Color Harmonies of #90990D
Complementary color
Monochromatic Colors of #90990D
Black with #90990D
Text Example
Text Example
White with #90990D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90990D; }
p { color: rgb(144,153,13); }
H1.HeaderClassName
{
color: #90990D;
}
.AnyTagClassName
{
color: #90990D;
}
</style>
background-color css
<style>
a { background-color: #90990D; }
a { background-color: rgb(144,153,13); }
div.DivClassName
{
background-color: #90990D;
}
.BgClassName
{
background-color: #90990D;
}
</style>
border-color css
<style>
span { border-color: #90990D; }
span { border-color: rgb(144,153,13); }
td.TdClassName
{
border-color: #90990D;
}
.TagClassName
{
border-color: #90990D;
}
</style>