Shades of Citron #959903
Tints of Citron #959903
RGB
CMYK
RGB Variations
Color information
#959903 (or 0x959903) is known color: Citron. HEX triplet: 95, 99 and 03. RGB value is (149,153,3). Sum of RGB (Red+Green+Blue) = 149+153+3=305 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.85% from 305); Green value is 153 (60.16% from 255 or 50.16% from 305); Blue value is 3 (1.56% from 255 or 0.98% from 305); Max value from RGB is 153 - color contains mainly: green. Hex color #959903 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #959903 is #6A66FC. Grayscale: #878787. Windows color (decimal): -6973181 or 235925. OLE color: 235925.
HSL color Cylindrical-coordinate representation of color #959903: hue angle of 61.6º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #959903 is Cyan = 0.03, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 149 | 153 | 3 | - |
| CMYK | 0.03 | 0 | 0.98 | 0.4 |
| HSL | 61.6º | 0.96% | 0.31% | - |
| HSV(B) | 61.6º | 0.98% | 0.6% | - |
| XYZ | 23.8 | 29.18 | 4.46 | - |
| YUV | 134.7 | 53.67 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 153 | 3 | 0.03 | 0 | 0.98 | 0.4 | 61.6 | 0.96 | 0.31 |
| Hex | 95 | 99 | 3 | 3 | 0 | 62 | 28 | 3E | 60 | 1F |
| Octal | 225 | 231 | 3 | 3 | 0 | 142 | 50 | 76 | 140 | 37 |
| Binary | 10010101 | 10011001 | 11 | 11 | 0 | 1100010 | 101000 | 111110 | 1100000 | 11111 |
Color Harmonies of #959903
Complementary color
Monochromatic Colors of #959903
Black with #959903
Text Example
Text Example
White with #959903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959903; }
p { color: rgb(149,153,3); }
H1.HeaderClassName
{
color: #959903;
}
.AnyTagClassName
{
color: #959903;
}
</style>
background-color css
<style>
a { background-color: #959903; }
a { background-color: rgb(149,153,3); }
div.DivClassName
{
background-color: #959903;
}
.BgClassName
{
background-color: #959903;
}
</style>
border-color css
<style>
span { border-color: #959903; }
span { border-color: rgb(149,153,3); }
td.TdClassName
{
border-color: #959903;
}
.TagClassName
{
border-color: #959903;
}
</style>