Shades of Citron #909516
Tints of Citron #909516
RGB
CMYK
RGB Variations
Color information
#909516 (or 0x909516) is known color: Citron. HEX triplet: 90, 95 and 16. RGB value is (144,149,22). Sum of RGB (Red+Green+Blue) = 144+149+22=315 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.71% from 315); Green value is 149 (58.59% from 255 or 47.30% from 315); Blue value is 22 (8.98% from 255 or 6.98% from 315); Max value from RGB is 149 - color contains mainly: green. Hex color #909516 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #909516 is #6F6AE9. Grayscale: #858585. Windows color (decimal): -7301866 or 1480080. OLE color: 1480080.
HSL color Cylindrical-coordinate representation of color #909516: hue angle of 62.36º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #909516 is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 144 | 149 | 22 | - |
| CMYK | 0.03 | 0 | 0.85 | 0.42 |
| HSL | 62.36º | 0.74% | 0.34% | - |
| HSV(B) | 62.36º | 0.85% | 0.58% | - |
| XYZ | 22.39 | 27.48 | 4.88 | - |
| YUV | 133.03 | 65.34 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 149 | 22 | 0.03 | 0 | 0.85 | 0.42 | 62.36 | 0.74 | 0.34 |
| Hex | 90 | 95 | 16 | 3 | 0 | 55 | 2A | 3E | 4A | 22 |
| Octal | 220 | 225 | 26 | 3 | 0 | 125 | 52 | 76 | 112 | 42 |
| Binary | 10010000 | 10010101 | 10110 | 11 | 0 | 1010101 | 101010 | 111110 | 1001010 | 100010 |
Color Harmonies of #909516
Complementary color
Monochromatic Colors of #909516
Black with #909516
Text Example
Text Example
White with #909516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909516; }
p { color: rgb(144,149,22); }
H1.HeaderClassName
{
color: #909516;
}
.AnyTagClassName
{
color: #909516;
}
</style>
background-color css
<style>
a { background-color: #909516; }
a { background-color: rgb(144,149,22); }
div.DivClassName
{
background-color: #909516;
}
.BgClassName
{
background-color: #909516;
}
</style>
border-color css
<style>
span { border-color: #909516; }
span { border-color: rgb(144,149,22); }
td.TdClassName
{
border-color: #909516;
}
.TagClassName
{
border-color: #909516;
}
</style>