Shades of Citron #90990C
Tints of Citron #90990C
RGB
CMYK
RGB Variations
Color information
#90990C (or 0x90990C) is known color: Citron. HEX triplet: 90, 99 and 0C. RGB value is (144,153,12). Sum of RGB (Red+Green+Blue) = 144+153+12=309 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.60% from 309); Green value is 153 (60.16% from 255 or 49.51% from 309); Blue value is 12 (5.08% from 255 or 3.88% from 309); Max value from RGB is 153 - color contains mainly: green. Hex color #90990C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90990C is #6F66F3. Grayscale: #868686. Windows color (decimal): -7300852 or 825744. OLE color: 825744.
HSL color Cylindrical-coordinate representation of color #90990C: hue angle of 63.83º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #90990C is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 144 | 153 | 12 | - |
| CMYK | 0.06 | 0 | 0.92 | 0.4 |
| HSL | 63.83º | 0.85% | 0.32% | - |
| HSV(B) | 63.83º | 0.92% | 0.6% | - |
| XYZ | 22.96 | 28.74 | 4.68 | - |
| YUV | 134.24 | 59.02 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 153 | 12 | 0.06 | 0 | 0.92 | 0.4 | 63.83 | 0.85 | 0.32 |
| Hex | 90 | 99 | C | 6 | 0 | 5C | 28 | 40 | 55 | 20 |
| Octal | 220 | 231 | 14 | 6 | 0 | 134 | 50 | 100 | 125 | 40 |
| Binary | 10010000 | 10011001 | 1100 | 110 | 0 | 1011100 | 101000 | 1000000 | 1010101 | 100000 |
Color Harmonies of #90990C
Complementary color
Monochromatic Colors of #90990C
Black with #90990C
Text Example
Text Example
White with #90990C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90990C; }
p { color: rgb(144,153,12); }
H1.HeaderClassName
{
color: #90990C;
}
.AnyTagClassName
{
color: #90990C;
}
</style>
background-color css
<style>
a { background-color: #90990C; }
a { background-color: rgb(144,153,12); }
div.DivClassName
{
background-color: #90990C;
}
.BgClassName
{
background-color: #90990C;
}
</style>
border-color css
<style>
span { border-color: #90990C; }
span { border-color: rgb(144,153,12); }
td.TdClassName
{
border-color: #90990C;
}
.TagClassName
{
border-color: #90990C;
}
</style>