Shades of Citron #90900F
Tints of Citron #90900F
RGB
CMYK
RGB Variations
Color information
#90900F (or 0x90900F) is known color: Citron. HEX triplet: 90, 90 and 0F. RGB value is (144,144,15). Sum of RGB (Red+Green+Blue) = 144+144+15=303 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.52% from 303); Green value is 144 (56.64% from 255 or 47.52% from 303); Blue value is 15 (6.25% from 255 or 4.95% from 303); Max value from RGB is 144 - color contains mainly: red, green. Hex color #90900F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90900F is #6F6FF0. Grayscale: #818181. Windows color (decimal): -7303153 or 1020048. OLE color: 1020048.
HSL color Cylindrical-coordinate representation of color #90900F: hue angle of 60º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #90900F is Cyan = 0, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 144 | 15 | - |
| CMYK | 0 | 0 | 0.90 | 0.44 |
| HSL | 60º | 0.81% | 0.31% | - |
| HSV(B) | 60º | 0.9% | 0.56% | - |
| XYZ | 21.56 | 25.91 | 4.32 | - |
| YUV | 129.29 | 63.5 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 144 | 15 | 0 | 0 | 0.90 | 0.44 | 60 | 0.81 | 0.31 |
| Hex | 90 | 90 | F | 0 | 0 | 5A | 2C | 3C | 51 | 1F |
| Octal | 220 | 220 | 17 | 0 | 0 | 132 | 54 | 74 | 121 | 37 |
| Binary | 10010000 | 10010000 | 1111 | 0 | 0 | 1011010 | 101100 | 111100 | 1010001 | 11111 |
Color Harmonies of #90900F
Complementary color
Monochromatic Colors of #90900F
Black with #90900F
Text Example
Text Example
White with #90900F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90900F; }
p { color: rgb(144,144,15); }
H1.HeaderClassName
{
color: #90900F;
}
.AnyTagClassName
{
color: #90900F;
}
</style>
background-color css
<style>
a { background-color: #90900F; }
a { background-color: rgb(144,144,15); }
div.DivClassName
{
background-color: #90900F;
}
.BgClassName
{
background-color: #90900F;
}
</style>
border-color css
<style>
span { border-color: #90900F; }
span { border-color: rgb(144,144,15); }
td.TdClassName
{
border-color: #90900F;
}
.TagClassName
{
border-color: #90900F;
}
</style>