Shades of Citron #959D26
Tints of Citron #959D26
RGB
CMYK
RGB Variations
Color information
#959D26 (or 0x959D26) is known color: Citron. HEX triplet: 95, 9D and 26. RGB value is (149,157,38). Sum of RGB (Red+Green+Blue) = 149+157+38=344 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.31% from 344); Green value is 157 (61.72% from 255 or 45.64% from 344); Blue value is 38 (15.23% from 255 or 11.05% from 344); Max value from RGB is 157 - color contains mainly: green. Hex color #959D26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959D26 is #6A62D9. Grayscale: #8D8D8D. Windows color (decimal): -6972122 or 2530709. OLE color: 2530709.
HSL color Cylindrical-coordinate representation of color #959D26: hue angle of 64.03º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #959D26 is Cyan = 0.05, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 149 | 157 | 38 | - |
| CMYK | 0.05 | 0 | 0.76 | 0.38 |
| HSL | 64.03º | 0.61% | 0.38% | - |
| HSV(B) | 64.03º | 0.76% | 0.62% | - |
| XYZ | 24.8 | 30.64 | 6.44 | - |
| YUV | 141.04 | 69.85 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 157 | 38 | 0.05 | 0 | 0.76 | 0.38 | 64.03 | 0.61 | 0.38 |
| Hex | 95 | 9D | 26 | 5 | 0 | 4C | 26 | 40 | 3D | 26 |
| Octal | 225 | 235 | 46 | 5 | 0 | 114 | 46 | 100 | 75 | 46 |
| Binary | 10010101 | 10011101 | 100110 | 101 | 0 | 1001100 | 100110 | 1000000 | 111101 | 100110 |
Color Harmonies of #959D26
Complementary color
Monochromatic Colors of #959D26
Black with #959D26
Text Example
Text Example
White with #959D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959D26; }
p { color: rgb(149,157,38); }
H1.HeaderClassName
{
color: #959D26;
}
.AnyTagClassName
{
color: #959D26;
}
</style>
background-color css
<style>
a { background-color: #959D26; }
a { background-color: rgb(149,157,38); }
div.DivClassName
{
background-color: #959D26;
}
.BgClassName
{
background-color: #959D26;
}
</style>
border-color css
<style>
span { border-color: #959D26; }
span { border-color: rgb(149,157,38); }
td.TdClassName
{
border-color: #959D26;
}
.TagClassName
{
border-color: #959D26;
}
</style>