Shades of Citron #969221
Tints of Citron #969221
RGB
CMYK
RGB Variations
Color information
#969221 (or 0x969221) is known color: Citron. HEX triplet: 96, 92 and 21. RGB value is (150,146,33). Sum of RGB (Red+Green+Blue) = 150+146+33=329 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.59% from 329); Green value is 146 (57.42% from 255 or 44.38% from 329); Blue value is 33 (13.28% from 255 or 10.03% from 329); Max value from RGB is 150 - color contains mainly: red. Hex color #969221 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969221 is #696DDE. Grayscale: #868686. Windows color (decimal): -6909407 or 2200214. OLE color: 2200214.
HSL color Cylindrical-coordinate representation of color #969221: hue angle of 57.95º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #969221 is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 146 | 33 | - |
| CMYK | 0 | 0.03 | 0.78 | 0.41 |
| HSL | 57.95º | 0.64% | 0.36% | - |
| HSV(B) | 57.95º | 0.78% | 0.59% | - |
| XYZ | 23.13 | 27.15 | 5.46 | - |
| YUV | 134.31 | 70.83 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 146 | 33 | 0 | 0.03 | 0.78 | 0.41 | 57.95 | 0.64 | 0.36 |
| Hex | 96 | 92 | 21 | 0 | 3 | 4E | 29 | 3A | 40 | 24 |
| Octal | 226 | 222 | 41 | 0 | 3 | 116 | 51 | 72 | 100 | 44 |
| Binary | 10010110 | 10010010 | 100001 | 0 | 11 | 1001110 | 101001 | 111010 | 1000000 | 100100 |
Color Harmonies of #969221
Complementary color
Monochromatic Colors of #969221
Black with #969221
Text Example
Text Example
White with #969221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969221; }
p { color: rgb(150,146,33); }
H1.HeaderClassName
{
color: #969221;
}
.AnyTagClassName
{
color: #969221;
}
</style>
background-color css
<style>
a { background-color: #969221; }
a { background-color: rgb(150,146,33); }
div.DivClassName
{
background-color: #969221;
}
.BgClassName
{
background-color: #969221;
}
</style>
border-color css
<style>
span { border-color: #969221; }
span { border-color: rgb(150,146,33); }
td.TdClassName
{
border-color: #969221;
}
.TagClassName
{
border-color: #969221;
}
</style>