Shades of Citron #969224
Tints of Citron #969224
RGB
CMYK
RGB Variations
Color information
#969224 (or 0x969224) is known color: Citron. HEX triplet: 96, 92 and 24. RGB value is (150,146,36). Sum of RGB (Red+Green+Blue) = 150+146+36=332 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.18% from 332); Green value is 146 (57.42% from 255 or 43.98% from 332); Blue value is 36 (14.45% from 255 or 10.84% from 332); Max value from RGB is 150 - color contains mainly: red. Hex color #969224 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969224 is #696DDB. Grayscale: #878787. Windows color (decimal): -6909404 or 2396822. OLE color: 2396822.
HSL color Cylindrical-coordinate representation of color #969224: hue angle of 57.89º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #969224 is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 146 | 36 | - |
| CMYK | 0 | 0.03 | 0.76 | 0.41 |
| HSL | 57.89º | 0.61% | 0.36% | - |
| HSV(B) | 57.89º | 0.76% | 0.59% | - |
| XYZ | 23.18 | 27.17 | 5.69 | - |
| YUV | 134.66 | 72.33 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 146 | 36 | 0 | 0.03 | 0.76 | 0.41 | 57.89 | 0.61 | 0.36 |
| Hex | 96 | 92 | 24 | 0 | 3 | 4C | 29 | 3A | 3D | 24 |
| Octal | 226 | 222 | 44 | 0 | 3 | 114 | 51 | 72 | 75 | 44 |
| Binary | 10010110 | 10010010 | 100100 | 0 | 11 | 1001100 | 101001 | 111010 | 111101 | 100100 |
Color Harmonies of #969224
Complementary color
Monochromatic Colors of #969224
Black with #969224
Text Example
Text Example
White with #969224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969224; }
p { color: rgb(150,146,36); }
H1.HeaderClassName
{
color: #969224;
}
.AnyTagClassName
{
color: #969224;
}
</style>
background-color css
<style>
a { background-color: #969224; }
a { background-color: rgb(150,146,36); }
div.DivClassName
{
background-color: #969224;
}
.BgClassName
{
background-color: #969224;
}
</style>
border-color css
<style>
span { border-color: #969224; }
span { border-color: rgb(150,146,36); }
td.TdClassName
{
border-color: #969224;
}
.TagClassName
{
border-color: #969224;
}
</style>