Shades of Citron #909420
Tints of Citron #909420
RGB
CMYK
RGB Variations
Color information
#909420 (or 0x909420) is known color: Citron. HEX triplet: 90, 94 and 20. RGB value is (144,148,32). Sum of RGB (Red+Green+Blue) = 144+148+32=324 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.44% from 324); Green value is 148 (58.20% from 255 or 45.68% from 324); Blue value is 32 (12.89% from 255 or 9.88% from 324); Max value from RGB is 148 - color contains mainly: green. Hex color #909420 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #909420 is #6F6BDF. Grayscale: #868686. Windows color (decimal): -7302112 or 2135184. OLE color: 2135184.
HSL color Cylindrical-coordinate representation of color #909420: hue angle of 62.07º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #909420 is Cyan = 0.03, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 144 | 148 | 32 | - |
| CMYK | 0.03 | 0 | 0.78 | 0.42 |
| HSL | 62.07º | 0.64% | 0.35% | - |
| HSV(B) | 62.07º | 0.78% | 0.58% | - |
| XYZ | 22.35 | 27.21 | 5.44 | - |
| YUV | 133.58 | 70.67 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 148 | 32 | 0.03 | 0 | 0.78 | 0.42 | 62.07 | 0.64 | 0.35 |
| Hex | 90 | 94 | 20 | 3 | 0 | 4E | 2A | 3E | 40 | 23 |
| Octal | 220 | 224 | 40 | 3 | 0 | 116 | 52 | 76 | 100 | 43 |
| Binary | 10010000 | 10010100 | 100000 | 11 | 0 | 1001110 | 101010 | 111110 | 1000000 | 100011 |
Color Harmonies of #909420
Complementary color
Monochromatic Colors of #909420
Black with #909420
Text Example
Text Example
White with #909420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909420; }
p { color: rgb(144,148,32); }
H1.HeaderClassName
{
color: #909420;
}
.AnyTagClassName
{
color: #909420;
}
</style>
background-color css
<style>
a { background-color: #909420; }
a { background-color: rgb(144,148,32); }
div.DivClassName
{
background-color: #909420;
}
.BgClassName
{
background-color: #909420;
}
</style>
border-color css
<style>
span { border-color: #909420; }
span { border-color: rgb(144,148,32); }
td.TdClassName
{
border-color: #909420;
}
.TagClassName
{
border-color: #909420;
}
</style>