Shades of Citron #959111
Tints of Citron #959111
RGB
CMYK
RGB Variations
Color information
#959111 (or 0x959111) is known color: Citron. HEX triplet: 95, 91 and 11. RGB value is (149,145,17). Sum of RGB (Red+Green+Blue) = 149+145+17=311 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.91% from 311); Green value is 145 (57.03% from 255 or 46.62% from 311); Blue value is 17 (7.03% from 255 or 5.47% from 311); Max value from RGB is 149 - color contains mainly: red. Hex color #959111 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #959111 is #6A6EEE. Grayscale: #848484. Windows color (decimal): -6975215 or 1151381. OLE color: 1151381.
HSL color Cylindrical-coordinate representation of color #959111: hue angle of 58.18º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #959111 is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 145 | 17 | - |
| CMYK | 0 | 0.03 | 0.89 | 0.42 |
| HSL | 58.18º | 0.8% | 0.33% | - |
| HSV(B) | 58.18º | 0.89% | 0.58% | - |
| XYZ | 22.62 | 26.68 | 4.49 | - |
| YUV | 131.6 | 63.33 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 145 | 17 | 0 | 0.03 | 0.89 | 0.42 | 58.18 | 0.8 | 0.33 |
| Hex | 95 | 91 | 11 | 0 | 3 | 59 | 2A | 3A | 50 | 21 |
| Octal | 225 | 221 | 21 | 0 | 3 | 131 | 52 | 72 | 120 | 41 |
| Binary | 10010101 | 10010001 | 10001 | 0 | 11 | 1011001 | 101010 | 111010 | 1010000 | 100001 |
Color Harmonies of #959111
Complementary color
Monochromatic Colors of #959111
Black with #959111
Text Example
Text Example
White with #959111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959111; }
p { color: rgb(149,145,17); }
H1.HeaderClassName
{
color: #959111;
}
.AnyTagClassName
{
color: #959111;
}
</style>
background-color css
<style>
a { background-color: #959111; }
a { background-color: rgb(149,145,17); }
div.DivClassName
{
background-color: #959111;
}
.BgClassName
{
background-color: #959111;
}
</style>
border-color css
<style>
span { border-color: #959111; }
span { border-color: rgb(149,145,17); }
td.TdClassName
{
border-color: #959111;
}
.TagClassName
{
border-color: #959111;
}
</style>