Shades of Citron #909022
Tints of Citron #909022
RGB
CMYK
RGB Variations
Color information
#909022 (or 0x909022) is known color: Citron. HEX triplet: 90, 90 and 22. RGB value is (144,144,34). Sum of RGB (Red+Green+Blue) = 144+144+34=322 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.72% from 322); Green value is 144 (56.64% from 255 or 44.72% from 322); Blue value is 34 (13.67% from 255 or 10.56% from 322); Max value from RGB is 144 - color contains mainly: red, green. Hex color #909022 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #909022 is #6F6FDD. Grayscale: #838383. Windows color (decimal): -7303134 or 2265232. OLE color: 2265232.
HSL color Cylindrical-coordinate representation of color #909022: hue angle of 60º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #909022 is Cyan = 0, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 144 | 34 | - |
| CMYK | 0 | 0 | 0.76 | 0.44 |
| HSL | 60º | 0.62% | 0.35% | - |
| HSV(B) | 60º | 0.76% | 0.56% | - |
| XYZ | 21.76 | 25.99 | 5.38 | - |
| YUV | 131.46 | 73 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 144 | 34 | 0 | 0 | 0.76 | 0.44 | 60 | 0.62 | 0.35 |
| Hex | 90 | 90 | 22 | 0 | 0 | 4C | 2C | 3C | 3E | 23 |
| Octal | 220 | 220 | 42 | 0 | 0 | 114 | 54 | 74 | 76 | 43 |
| Binary | 10010000 | 10010000 | 100010 | 0 | 0 | 1001100 | 101100 | 111100 | 111110 | 100011 |
Color Harmonies of #909022
Complementary color
Monochromatic Colors of #909022
Black with #909022
Text Example
Text Example
White with #909022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909022; }
p { color: rgb(144,144,34); }
H1.HeaderClassName
{
color: #909022;
}
.AnyTagClassName
{
color: #909022;
}
</style>
background-color css
<style>
a { background-color: #909022; }
a { background-color: rgb(144,144,34); }
div.DivClassName
{
background-color: #909022;
}
.BgClassName
{
background-color: #909022;
}
</style>
border-color css
<style>
span { border-color: #909022; }
span { border-color: rgb(144,144,34); }
td.TdClassName
{
border-color: #909022;
}
.TagClassName
{
border-color: #909022;
}
</style>