Shades of Citron #959917
Tints of Citron #959917
RGB
CMYK
RGB Variations
Color information
#959917 (or 0x959917) is known color: Citron. HEX triplet: 95, 99 and 17. RGB value is (149,153,23). Sum of RGB (Red+Green+Blue) = 149+153+23=325 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.85% from 325); Green value is 153 (60.16% from 255 or 47.08% from 325); Blue value is 23 (9.38% from 255 or 7.08% from 325); Max value from RGB is 153 - color contains mainly: green. Hex color #959917 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #959917 is #6A66E8. Grayscale: #898989. Windows color (decimal): -6973161 or 1546645. OLE color: 1546645.
HSL color Cylindrical-coordinate representation of color #959917: hue angle of 61.85º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #959917 is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 149 | 153 | 23 | - |
| CMYK | 0.03 | 0 | 0.85 | 0.4 |
| HSL | 61.85º | 0.74% | 0.35% | - |
| HSV(B) | 61.85º | 0.85% | 0.6% | - |
| XYZ | 23.94 | 29.23 | 5.19 | - |
| YUV | 136.98 | 63.67 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 153 | 23 | 0.03 | 0 | 0.85 | 0.4 | 61.85 | 0.74 | 0.35 |
| Hex | 95 | 99 | 17 | 3 | 0 | 55 | 28 | 3E | 4A | 23 |
| Octal | 225 | 231 | 27 | 3 | 0 | 125 | 50 | 76 | 112 | 43 |
| Binary | 10010101 | 10011001 | 10111 | 11 | 0 | 1010101 | 101000 | 111110 | 1001010 | 100011 |
Color Harmonies of #959917
Complementary color
Monochromatic Colors of #959917
Black with #959917
Text Example
Text Example
White with #959917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959917; }
p { color: rgb(149,153,23); }
H1.HeaderClassName
{
color: #959917;
}
.AnyTagClassName
{
color: #959917;
}
</style>
background-color css
<style>
a { background-color: #959917; }
a { background-color: rgb(149,153,23); }
div.DivClassName
{
background-color: #959917;
}
.BgClassName
{
background-color: #959917;
}
</style>
border-color css
<style>
span { border-color: #959917; }
span { border-color: rgb(149,153,23); }
td.TdClassName
{
border-color: #959917;
}
.TagClassName
{
border-color: #959917;
}
</style>