Shades of Citron #959D32
Tints of Citron #959D32
RGB
CMYK
RGB Variations
Color information
#959D32 (or 0x959D32) is known color: Citron. HEX triplet: 95, 9D and 32. RGB value is (149,157,50). Sum of RGB (Red+Green+Blue) = 149+157+50=356 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.85% from 356); Green value is 157 (61.72% from 255 or 44.10% from 356); Blue value is 50 (19.92% from 255 or 14.04% from 356); Max value from RGB is 157 - color contains mainly: green. Hex color #959D32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959D32 is #6A62CD. Grayscale: #8E8E8E. Windows color (decimal): -6972110 or 3317141. OLE color: 3317141.
HSL color Cylindrical-coordinate representation of color #959D32: hue angle of 64.49º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #959D32 is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 149 | 157 | 50 | - |
| CMYK | 0.05 | 0 | 0.68 | 0.38 |
| HSL | 64.49º | 0.52% | 0.41% | - |
| HSV(B) | 64.49º | 0.68% | 0.62% | - |
| XYZ | 25.03 | 30.73 | 7.63 | - |
| YUV | 142.41 | 75.85 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 157 | 50 | 0.05 | 0 | 0.68 | 0.38 | 64.49 | 0.52 | 0.41 |
| Hex | 95 | 9D | 32 | 5 | 0 | 44 | 26 | 40 | 34 | 29 |
| Octal | 225 | 235 | 62 | 5 | 0 | 104 | 46 | 100 | 64 | 51 |
| Binary | 10010101 | 10011101 | 110010 | 101 | 0 | 1000100 | 100110 | 1000000 | 110100 | 101001 |
Color Harmonies of #959D32
Complementary color
Monochromatic Colors of #959D32
Black with #959D32
Text Example
Text Example
White with #959D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959D32; }
p { color: rgb(149,157,50); }
H1.HeaderClassName
{
color: #959D32;
}
.AnyTagClassName
{
color: #959D32;
}
</style>
background-color css
<style>
a { background-color: #959D32; }
a { background-color: rgb(149,157,50); }
div.DivClassName
{
background-color: #959D32;
}
.BgClassName
{
background-color: #959D32;
}
</style>
border-color css
<style>
span { border-color: #959D32; }
span { border-color: rgb(149,157,50); }
td.TdClassName
{
border-color: #959D32;
}
.TagClassName
{
border-color: #959D32;
}
</style>