Shades of Citron #90900D
Tints of Citron #90900D
RGB
CMYK
RGB Variations
Color information
#90900D (or 0x90900D) is known color: Citron. HEX triplet: 90, 90 and 0D. RGB value is (144,144,13). Sum of RGB (Red+Green+Blue) = 144+144+13=301 (39% of max value = 765). Red value is 144 (56.64% from 255 or 47.84% from 301); Green value is 144 (56.64% from 255 or 47.84% from 301); Blue value is 13 (5.47% from 255 or 4.32% from 301); Max value from RGB is 144 - color contains mainly: red, green. Hex color #90900D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90900D is #6F6FF2. Grayscale: #818181. Windows color (decimal): -7303155 or 888976. OLE color: 888976.
HSL color Cylindrical-coordinate representation of color #90900D: hue angle of 60º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #90900D is Cyan = 0, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 144 | 13 | - |
| CMYK | 0 | 0 | 0.91 | 0.44 |
| HSL | 60º | 0.83% | 0.31% | - |
| HSV(B) | 60º | 0.91% | 0.56% | - |
| XYZ | 21.55 | 25.9 | 4.25 | - |
| YUV | 129.07 | 62.5 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 144 | 13 | 0 | 0 | 0.91 | 0.44 | 60 | 0.83 | 0.31 |
| Hex | 90 | 90 | D | 0 | 0 | 5B | 2C | 3C | 53 | 1F |
| Octal | 220 | 220 | 15 | 0 | 0 | 133 | 54 | 74 | 123 | 37 |
| Binary | 10010000 | 10010000 | 1101 | 0 | 0 | 1011011 | 101100 | 111100 | 1010011 | 11111 |
Color Harmonies of #90900D
Complementary color
Monochromatic Colors of #90900D
Black with #90900D
Text Example
Text Example
White with #90900D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90900D; }
p { color: rgb(144,144,13); }
H1.HeaderClassName
{
color: #90900D;
}
.AnyTagClassName
{
color: #90900D;
}
</style>
background-color css
<style>
a { background-color: #90900D; }
a { background-color: rgb(144,144,13); }
div.DivClassName
{
background-color: #90900D;
}
.BgClassName
{
background-color: #90900D;
}
</style>
border-color css
<style>
span { border-color: #90900D; }
span { border-color: rgb(144,144,13); }
td.TdClassName
{
border-color: #90900D;
}
.TagClassName
{
border-color: #90900D;
}
</style>