Shades of Citron #90902C
Tints of Citron #90902C
RGB
CMYK
RGB Variations
Color information
#90902C (or 0x90902C) is known color: Citron. HEX triplet: 90, 90 and 2C. RGB value is (144,144,44). Sum of RGB (Red+Green+Blue) = 144+144+44=332 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.37% from 332); Green value is 144 (56.64% from 255 or 43.37% from 332); Blue value is 44 (17.58% from 255 or 13.25% from 332); Max value from RGB is 144 - color contains mainly: red, green. Hex color #90902C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90902C is #6F6FD3. Grayscale: #858585. Windows color (decimal): -7303124 or 2920592. OLE color: 2920592.
HSL color Cylindrical-coordinate representation of color #90902C: hue angle of 60º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #90902C is Cyan = 0, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 144 | 44 | - |
| CMYK | 0 | 0 | 0.69 | 0.44 |
| HSL | 60º | 0.53% | 0.37% | - |
| HSV(B) | 60º | 0.69% | 0.56% | - |
| XYZ | 21.93 | 26.06 | 6.26 | - |
| YUV | 132.6 | 78 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 144 | 44 | 0 | 0 | 0.69 | 0.44 | 60 | 0.53 | 0.37 |
| Hex | 90 | 90 | 2C | 0 | 0 | 45 | 2C | 3C | 35 | 25 |
| Octal | 220 | 220 | 54 | 0 | 0 | 105 | 54 | 74 | 65 | 45 |
| Binary | 10010000 | 10010000 | 101100 | 0 | 0 | 1000101 | 101100 | 111100 | 110101 | 100101 |
Color Harmonies of #90902C
Complementary color
Monochromatic Colors of #90902C
Black with #90902C
Text Example
Text Example
White with #90902C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90902C; }
p { color: rgb(144,144,44); }
H1.HeaderClassName
{
color: #90902C;
}
.AnyTagClassName
{
color: #90902C;
}
</style>
background-color css
<style>
a { background-color: #90902C; }
a { background-color: rgb(144,144,44); }
div.DivClassName
{
background-color: #90902C;
}
.BgClassName
{
background-color: #90902C;
}
</style>
border-color css
<style>
span { border-color: #90902C; }
span { border-color: rgb(144,144,44); }
td.TdClassName
{
border-color: #90902C;
}
.TagClassName
{
border-color: #90902C;
}
</style>