Shades of Citron #959A32
Tints of Citron #959A32
RGB
CMYK
RGB Variations
Color information
#959A32 (or 0x959A32) is known color: Citron. HEX triplet: 95, 9A and 32. RGB value is (149,154,50). Sum of RGB (Red+Green+Blue) = 149+154+50=353 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.21% from 353); Green value is 154 (60.55% from 255 or 43.63% from 353); Blue value is 50 (19.92% from 255 or 14.16% from 353); Max value from RGB is 154 - color contains mainly: green. Hex color #959A32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959A32 is #6A65CD. Grayscale: #8D8D8D. Windows color (decimal): -6972878 or 3316373. OLE color: 3316373.
HSL color Cylindrical-coordinate representation of color #959A32: hue angle of 62.88º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #959A32 is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 149 | 154 | 50 | - |
| CMYK | 0.03 | 0 | 0.68 | 0.40 |
| HSL | 62.88º | 0.51% | 0.4% | - |
| HSV(B) | 62.88º | 0.68% | 0.6% | - |
| XYZ | 24.53 | 29.73 | 7.46 | - |
| YUV | 140.65 | 76.84 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 154 | 50 | 0.03 | 0 | 0.68 | 0.40 | 62.88 | 0.51 | 0.4 |
| Hex | 95 | 9A | 32 | 3 | 0 | 44 | 28 | 3F | 33 | 28 |
| Octal | 225 | 232 | 62 | 3 | 0 | 104 | 50 | 77 | 63 | 50 |
| Binary | 10010101 | 10011010 | 110010 | 11 | 0 | 1000100 | 101000 | 111111 | 110011 | 101000 |
Color Harmonies of #959A32
Complementary color
Monochromatic Colors of #959A32
Black with #959A32
Text Example
Text Example
White with #959A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959A32; }
p { color: rgb(149,154,50); }
H1.HeaderClassName
{
color: #959A32;
}
.AnyTagClassName
{
color: #959A32;
}
</style>
background-color css
<style>
a { background-color: #959A32; }
a { background-color: rgb(149,154,50); }
div.DivClassName
{
background-color: #959A32;
}
.BgClassName
{
background-color: #959A32;
}
</style>
border-color css
<style>
span { border-color: #959A32; }
span { border-color: rgb(149,154,50); }
td.TdClassName
{
border-color: #959A32;
}
.TagClassName
{
border-color: #959A32;
}
</style>