Shades of Citron #959524
Tints of Citron #959524
RGB
CMYK
RGB Variations
Color information
#959524 (or 0x959524) is known color: Citron. HEX triplet: 95, 95 and 24. RGB value is (149,149,36). Sum of RGB (Red+Green+Blue) = 149+149+36=334 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.61% from 334); Green value is 149 (58.59% from 255 or 44.61% from 334); Blue value is 36 (14.45% from 255 or 10.78% from 334); Max value from RGB is 149 - color contains mainly: red, green. Hex color #959524 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959524 is #6A6ADB. Grayscale: #888888. Windows color (decimal): -6974172 or 2397589. OLE color: 2397589.
HSL color Cylindrical-coordinate representation of color #959524: hue angle of 60º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #959524 is Cyan = 0, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 149 | 36 | - |
| CMYK | 0 | 0 | 0.76 | 0.42 |
| HSL | 60º | 0.61% | 0.36% | - |
| HSV(B) | 60º | 0.76% | 0.58% | - |
| XYZ | 23.46 | 28.01 | 5.84 | - |
| YUV | 136.12 | 71.5 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 149 | 36 | 0 | 0 | 0.76 | 0.42 | 60 | 0.61 | 0.36 |
| Hex | 95 | 95 | 24 | 0 | 0 | 4C | 2A | 3C | 3D | 24 |
| Octal | 225 | 225 | 44 | 0 | 0 | 114 | 52 | 74 | 75 | 44 |
| Binary | 10010101 | 10010101 | 100100 | 0 | 0 | 1001100 | 101010 | 111100 | 111101 | 100100 |
Color Harmonies of #959524
Complementary color
Monochromatic Colors of #959524
Black with #959524
Text Example
Text Example
White with #959524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959524; }
p { color: rgb(149,149,36); }
H1.HeaderClassName
{
color: #959524;
}
.AnyTagClassName
{
color: #959524;
}
</style>
background-color css
<style>
a { background-color: #959524; }
a { background-color: rgb(149,149,36); }
div.DivClassName
{
background-color: #959524;
}
.BgClassName
{
background-color: #959524;
}
</style>
border-color css
<style>
span { border-color: #959524; }
span { border-color: rgb(149,149,36); }
td.TdClassName
{
border-color: #959524;
}
.TagClassName
{
border-color: #959524;
}
</style>