Shades of Citron #959913
Tints of Citron #959913
RGB
CMYK
RGB Variations
Color information
#959913 (or 0x959913) is known color: Citron. HEX triplet: 95, 99 and 13. RGB value is (149,153,19). Sum of RGB (Red+Green+Blue) = 149+153+19=321 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.42% from 321); Green value is 153 (60.16% from 255 or 47.66% from 321); Blue value is 19 (7.81% from 255 or 5.92% from 321); Max value from RGB is 153 - color contains mainly: green. Hex color #959913 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #959913 is #6A66EC. Grayscale: #898989. Windows color (decimal): -6973165 or 1284501. OLE color: 1284501.
HSL color Cylindrical-coordinate representation of color #959913: hue angle of 61.79º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #959913 is Cyan = 0.03, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 149 | 153 | 19 | - |
| CMYK | 0.03 | 0 | 0.88 | 0.4 |
| HSL | 61.79º | 0.78% | 0.34% | - |
| HSV(B) | 61.79º | 0.88% | 0.6% | - |
| XYZ | 23.9 | 29.22 | 5 | - |
| YUV | 136.53 | 61.67 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 153 | 19 | 0.03 | 0 | 0.88 | 0.4 | 61.79 | 0.78 | 0.34 |
| Hex | 95 | 99 | 13 | 3 | 0 | 58 | 28 | 3E | 4E | 22 |
| Octal | 225 | 231 | 23 | 3 | 0 | 130 | 50 | 76 | 116 | 42 |
| Binary | 10010101 | 10011001 | 10011 | 11 | 0 | 1011000 | 101000 | 111110 | 1001110 | 100010 |
Color Harmonies of #959913
Complementary color
Monochromatic Colors of #959913
Black with #959913
Text Example
Text Example
White with #959913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959913; }
p { color: rgb(149,153,19); }
H1.HeaderClassName
{
color: #959913;
}
.AnyTagClassName
{
color: #959913;
}
</style>
background-color css
<style>
a { background-color: #959913; }
a { background-color: rgb(149,153,19); }
div.DivClassName
{
background-color: #959913;
}
.BgClassName
{
background-color: #959913;
}
</style>
border-color css
<style>
span { border-color: #959913; }
span { border-color: rgb(149,153,19); }
td.TdClassName
{
border-color: #959913;
}
.TagClassName
{
border-color: #959913;
}
</style>