Shades of Citron #959918
Tints of Citron #959918
RGB
CMYK
RGB Variations
Color information
#959918 (or 0x959918) is known color: Citron. HEX triplet: 95, 99 and 18. RGB value is (149,153,24). Sum of RGB (Red+Green+Blue) = 149+153+24=326 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.71% from 326); Green value is 153 (60.16% from 255 or 46.93% from 326); Blue value is 24 (9.77% from 255 or 7.36% from 326); Max value from RGB is 153 - color contains mainly: green. Hex color #959918 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #959918 is #6A66E7. Grayscale: #898989. Windows color (decimal): -6973160 or 1612181. OLE color: 1612181.
HSL color Cylindrical-coordinate representation of color #959918: hue angle of 61.86º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #959918 is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 149 | 153 | 24 | - |
| CMYK | 0.03 | 0 | 0.84 | 0.4 |
| HSL | 61.86º | 0.73% | 0.35% | - |
| HSV(B) | 61.86º | 0.84% | 0.6% | - |
| XYZ | 23.95 | 29.24 | 5.25 | - |
| YUV | 137.1 | 64.17 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 153 | 24 | 0.03 | 0 | 0.84 | 0.4 | 61.86 | 0.73 | 0.35 |
| Hex | 95 | 99 | 18 | 3 | 0 | 54 | 28 | 3E | 49 | 23 |
| Octal | 225 | 231 | 30 | 3 | 0 | 124 | 50 | 76 | 111 | 43 |
| Binary | 10010101 | 10011001 | 11000 | 11 | 0 | 1010100 | 101000 | 111110 | 1001001 | 100011 |
Color Harmonies of #959918
Complementary color
Monochromatic Colors of #959918
Black with #959918
Text Example
Text Example
White with #959918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959918; }
p { color: rgb(149,153,24); }
H1.HeaderClassName
{
color: #959918;
}
.AnyTagClassName
{
color: #959918;
}
</style>
background-color css
<style>
a { background-color: #959918; }
a { background-color: rgb(149,153,24); }
div.DivClassName
{
background-color: #959918;
}
.BgClassName
{
background-color: #959918;
}
</style>
border-color css
<style>
span { border-color: #959918; }
span { border-color: rgb(149,153,24); }
td.TdClassName
{
border-color: #959918;
}
.TagClassName
{
border-color: #959918;
}
</style>