Shades of Citron #909222
Tints of Citron #909222
RGB
CMYK
RGB Variations
Color information
#909222 (or 0x909222) is known color: Citron. HEX triplet: 90, 92 and 22. RGB value is (144,146,34). Sum of RGB (Red+Green+Blue) = 144+146+34=324 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.44% from 324); Green value is 146 (57.42% from 255 or 45.06% from 324); Blue value is 34 (13.67% from 255 or 10.49% from 324); Max value from RGB is 146 - color contains mainly: green. Hex color #909222 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #909222 is #6F6DDD. Grayscale: #858585. Windows color (decimal): -7302622 or 2265744. OLE color: 2265744.
HSL color Cylindrical-coordinate representation of color #909222: hue angle of 61.07º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #909222 is Cyan = 0.01, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 144 | 146 | 34 | - |
| CMYK | 0.01 | 0 | 0.77 | 0.43 |
| HSL | 61.07º | 0.62% | 0.35% | - |
| HSV(B) | 61.07º | 0.77% | 0.57% | - |
| XYZ | 22.07 | 26.6 | 5.49 | - |
| YUV | 132.63 | 72.34 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 146 | 34 | 0.01 | 0 | 0.77 | 0.43 | 61.07 | 0.62 | 0.35 |
| Hex | 90 | 92 | 22 | 1 | 0 | 4D | 2B | 3D | 3E | 23 |
| Octal | 220 | 222 | 42 | 1 | 0 | 115 | 53 | 75 | 76 | 43 |
| Binary | 10010000 | 10010010 | 100010 | 1 | 0 | 1001101 | 101011 | 111101 | 111110 | 100011 |
Color Harmonies of #909222
Complementary color
Monochromatic Colors of #909222
Black with #909222
Text Example
Text Example
White with #909222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909222; }
p { color: rgb(144,146,34); }
H1.HeaderClassName
{
color: #909222;
}
.AnyTagClassName
{
color: #909222;
}
</style>
background-color css
<style>
a { background-color: #909222; }
a { background-color: rgb(144,146,34); }
div.DivClassName
{
background-color: #909222;
}
.BgClassName
{
background-color: #909222;
}
</style>
border-color css
<style>
span { border-color: #909222; }
span { border-color: rgb(144,146,34); }
td.TdClassName
{
border-color: #909222;
}
.TagClassName
{
border-color: #909222;
}
</style>