Shades of Citron #909520
Tints of Citron #909520
RGB
CMYK
RGB Variations
Color information
#909520 (or 0x909520) is known color: Citron. HEX triplet: 90, 95 and 20. RGB value is (144,149,32). Sum of RGB (Red+Green+Blue) = 144+149+32=325 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.31% from 325); Green value is 149 (58.59% from 255 or 45.85% from 325); Blue value is 32 (12.89% from 255 or 9.85% from 325); Max value from RGB is 149 - color contains mainly: green. Hex color #909520 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #909520 is #6F6ADF. Grayscale: #868686. Windows color (decimal): -7301856 or 2135440. OLE color: 2135440.
HSL color Cylindrical-coordinate representation of color #909520: hue angle of 62.56º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #909520 is Cyan = 0.03, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 144 | 149 | 32 | - |
| CMYK | 0.03 | 0 | 0.79 | 0.42 |
| HSL | 62.56º | 0.65% | 0.35% | - |
| HSV(B) | 62.56º | 0.79% | 0.58% | - |
| XYZ | 22.51 | 27.53 | 5.49 | - |
| YUV | 134.17 | 70.34 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 149 | 32 | 0.03 | 0 | 0.79 | 0.42 | 62.56 | 0.65 | 0.35 |
| Hex | 90 | 95 | 20 | 3 | 0 | 4F | 2A | 3F | 41 | 23 |
| Octal | 220 | 225 | 40 | 3 | 0 | 117 | 52 | 77 | 101 | 43 |
| Binary | 10010000 | 10010101 | 100000 | 11 | 0 | 1001111 | 101010 | 111111 | 1000001 | 100011 |
Color Harmonies of #909520
Complementary color
Monochromatic Colors of #909520
Black with #909520
Text Example
Text Example
White with #909520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909520; }
p { color: rgb(144,149,32); }
H1.HeaderClassName
{
color: #909520;
}
.AnyTagClassName
{
color: #909520;
}
</style>
background-color css
<style>
a { background-color: #909520; }
a { background-color: rgb(144,149,32); }
div.DivClassName
{
background-color: #909520;
}
.BgClassName
{
background-color: #909520;
}
</style>
border-color css
<style>
span { border-color: #909520; }
span { border-color: rgb(144,149,32); }
td.TdClassName
{
border-color: #909520;
}
.TagClassName
{
border-color: #909520;
}
</style>