Shades of Citron #969321
Tints of Citron #969321
RGB
CMYK
RGB Variations
Color information
#969321 (or 0x969321) is known color: Citron. HEX triplet: 96, 93 and 21. RGB value is (150,147,33). Sum of RGB (Red+Green+Blue) = 150+147+33=330 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.45% from 330); Green value is 147 (57.81% from 255 or 44.55% from 330); Blue value is 33 (13.28% from 255 or 10% from 330); Max value from RGB is 150 - color contains mainly: red. Hex color #969321 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969321 is #696CDE. Grayscale: #878787. Windows color (decimal): -6909151 or 2200470. OLE color: 2200470.
HSL color Cylindrical-coordinate representation of color #969321: hue angle of 58.46º 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 #969321 is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 147 | 33 | - |
| CMYK | 0 | 0.02 | 0.78 | 0.41 |
| HSL | 58.46º | 0.64% | 0.36% | - |
| HSV(B) | 58.46º | 0.78% | 0.59% | - |
| XYZ | 23.29 | 27.46 | 5.51 | - |
| YUV | 134.9 | 70.49 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 147 | 33 | 0 | 0.02 | 0.78 | 0.41 | 58.46 | 0.64 | 0.36 |
| Hex | 96 | 93 | 21 | 0 | 2 | 4E | 29 | 3A | 40 | 24 |
| Octal | 226 | 223 | 41 | 0 | 2 | 116 | 51 | 72 | 100 | 44 |
| Binary | 10010110 | 10010011 | 100001 | 0 | 10 | 1001110 | 101001 | 111010 | 1000000 | 100100 |
Color Harmonies of #969321
Complementary color
Monochromatic Colors of #969321
Black with #969321
Text Example
Text Example
White with #969321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969321; }
p { color: rgb(150,147,33); }
H1.HeaderClassName
{
color: #969321;
}
.AnyTagClassName
{
color: #969321;
}
</style>
background-color css
<style>
a { background-color: #969321; }
a { background-color: rgb(150,147,33); }
div.DivClassName
{
background-color: #969321;
}
.BgClassName
{
background-color: #969321;
}
</style>
border-color css
<style>
span { border-color: #969321; }
span { border-color: rgb(150,147,33); }
td.TdClassName
{
border-color: #969321;
}
.TagClassName
{
border-color: #969321;
}
</style>