Shades of Citron #959E19
Tints of Citron #959E19
RGB
CMYK
RGB Variations
Color information
#959E19 (or 0x959E19) is known color: Citron. HEX triplet: 95, 9E and 19. RGB value is (149,158,25). Sum of RGB (Red+Green+Blue) = 149+158+25=332 (43% of max value = 765). Red value is 149 (58.59% from 255 or 44.88% from 332); Green value is 158 (62.11% from 255 or 47.59% from 332); Blue value is 25 (10.16% from 255 or 7.53% from 332); Max value from RGB is 158 - color contains mainly: green. Hex color #959E19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #959E19 is #6A61E6. Grayscale: #8C8C8C. Windows color (decimal): -6971879 or 1678997. OLE color: 1678997.
HSL color Cylindrical-coordinate representation of color #959E19: hue angle of 64.06º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #959E19 is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 149 | 158 | 25 | - |
| CMYK | 0.06 | 0 | 0.84 | 0.38 |
| HSL | 64.06º | 0.73% | 0.36% | - |
| HSV(B) | 64.06º | 0.84% | 0.62% | - |
| XYZ | 24.8 | 30.91 | 5.58 | - |
| YUV | 140.15 | 63.02 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 158 | 25 | 0.06 | 0 | 0.84 | 0.38 | 64.06 | 0.73 | 0.36 |
| Hex | 95 | 9E | 19 | 6 | 0 | 54 | 26 | 40 | 49 | 24 |
| Octal | 225 | 236 | 31 | 6 | 0 | 124 | 46 | 100 | 111 | 44 |
| Binary | 10010101 | 10011110 | 11001 | 110 | 0 | 1010100 | 100110 | 1000000 | 1001001 | 100100 |
Color Harmonies of #959E19
Complementary color
Monochromatic Colors of #959E19
Black with #959E19
Text Example
Text Example
White with #959E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959E19; }
p { color: rgb(149,158,25); }
H1.HeaderClassName
{
color: #959E19;
}
.AnyTagClassName
{
color: #959E19;
}
</style>
background-color css
<style>
a { background-color: #959E19; }
a { background-color: rgb(149,158,25); }
div.DivClassName
{
background-color: #959E19;
}
.BgClassName
{
background-color: #959E19;
}
</style>
border-color css
<style>
span { border-color: #959E19; }
span { border-color: rgb(149,158,25); }
td.TdClassName
{
border-color: #959E19;
}
.TagClassName
{
border-color: #959E19;
}
</style>