Shades of Citron #959221
Tints of Citron #959221
RGB
CMYK
RGB Variations
Color information
#959221 (or 0x959221) is known color: Citron. HEX triplet: 95, 92 and 21. RGB value is (149,146,33). Sum of RGB (Red+Green+Blue) = 149+146+33=328 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.43% from 328); Green value is 146 (57.42% from 255 or 44.51% from 328); Blue value is 33 (13.28% from 255 or 10.06% from 328); Max value from RGB is 149 - color contains mainly: red. Hex color #959221 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959221 is #6A6DDE. Grayscale: #868686. Windows color (decimal): -6974943 or 2200213. OLE color: 2200213.
HSL color Cylindrical-coordinate representation of color #959221: hue angle of 58.45º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #959221 is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 146 | 33 | - |
| CMYK | 0 | 0.02 | 0.78 | 0.42 |
| HSL | 58.45º | 0.64% | 0.36% | - |
| HSV(B) | 58.45º | 0.78% | 0.58% | - |
| XYZ | 22.95 | 27.06 | 5.45 | - |
| YUV | 134.02 | 70.99 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 146 | 33 | 0 | 0.02 | 0.78 | 0.42 | 58.45 | 0.64 | 0.36 |
| Hex | 95 | 92 | 21 | 0 | 2 | 4E | 2A | 3A | 40 | 24 |
| Octal | 225 | 222 | 41 | 0 | 2 | 116 | 52 | 72 | 100 | 44 |
| Binary | 10010101 | 10010010 | 100001 | 0 | 10 | 1001110 | 101010 | 111010 | 1000000 | 100100 |
Color Harmonies of #959221
Complementary color
Monochromatic Colors of #959221
Black with #959221
Text Example
Text Example
White with #959221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959221; }
p { color: rgb(149,146,33); }
H1.HeaderClassName
{
color: #959221;
}
.AnyTagClassName
{
color: #959221;
}
</style>
background-color css
<style>
a { background-color: #959221; }
a { background-color: rgb(149,146,33); }
div.DivClassName
{
background-color: #959221;
}
.BgClassName
{
background-color: #959221;
}
</style>
border-color css
<style>
span { border-color: #959221; }
span { border-color: rgb(149,146,33); }
td.TdClassName
{
border-color: #959221;
}
.TagClassName
{
border-color: #959221;
}
</style>