Shades of Citron #959621
Tints of Citron #959621
RGB
CMYK
RGB Variations
Color information
#959621 (or 0x959621) is known color: Citron. HEX triplet: 95, 96 and 21. RGB value is (149,150,33). Sum of RGB (Red+Green+Blue) = 149+150+33=332 (43% of max value = 765). Red value is 149 (58.59% from 255 or 44.88% from 332); Green value is 150 (58.98% from 255 or 45.18% from 332); Blue value is 33 (13.28% from 255 or 9.94% from 332); Max value from RGB is 150 - color contains mainly: green. Hex color #959621 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959621 is #6A69DE. Grayscale: #888888. Windows color (decimal): -6973919 or 2201237. OLE color: 2201237.
HSL color Cylindrical-coordinate representation of color #959621: hue angle of 60.51º 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 #959621 is Cyan = 0.01, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 149 | 150 | 33 | - |
| CMYK | 0.01 | 0 | 0.78 | 0.41 |
| HSL | 60.51º | 0.64% | 0.36% | - |
| HSV(B) | 60.51º | 0.78% | 0.59% | - |
| XYZ | 23.58 | 28.31 | 5.66 | - |
| YUV | 136.36 | 69.67 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 150 | 33 | 0.01 | 0 | 0.78 | 0.41 | 60.51 | 0.64 | 0.36 |
| Hex | 95 | 96 | 21 | 1 | 0 | 4E | 29 | 3D | 40 | 24 |
| Octal | 225 | 226 | 41 | 1 | 0 | 116 | 51 | 75 | 100 | 44 |
| Binary | 10010101 | 10010110 | 100001 | 1 | 0 | 1001110 | 101001 | 111101 | 1000000 | 100100 |
Color Harmonies of #959621
Complementary color
Monochromatic Colors of #959621
Black with #959621
Text Example
Text Example
White with #959621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959621; }
p { color: rgb(149,150,33); }
H1.HeaderClassName
{
color: #959621;
}
.AnyTagClassName
{
color: #959621;
}
</style>
background-color css
<style>
a { background-color: #959621; }
a { background-color: rgb(149,150,33); }
div.DivClassName
{
background-color: #959621;
}
.BgClassName
{
background-color: #959621;
}
</style>
border-color css
<style>
span { border-color: #959621; }
span { border-color: rgb(149,150,33); }
td.TdClassName
{
border-color: #959621;
}
.TagClassName
{
border-color: #959621;
}
</style>