Shades of Citron #969111
Tints of Citron #969111
RGB
CMYK
RGB Variations
Color information
#969111 (or 0x969111) is known color: Citron. HEX triplet: 96, 91 and 11. RGB value is (150,145,17). Sum of RGB (Red+Green+Blue) = 150+145+17=312 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.08% from 312); Green value is 145 (57.03% from 255 or 46.47% from 312); Blue value is 17 (7.03% from 255 or 5.45% from 312); Max value from RGB is 150 - color contains mainly: red. Hex color #969111 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969111 is #696EEE. Grayscale: #848484. Windows color (decimal): -6909679 or 1151382. OLE color: 1151382.
HSL color Cylindrical-coordinate representation of color #969111: hue angle of 57.74º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #969111 is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 145 | 17 | - |
| CMYK | 0 | 0.03 | 0.89 | 0.41 |
| HSL | 57.74º | 0.8% | 0.33% | - |
| HSV(B) | 57.74º | 0.89% | 0.59% | - |
| XYZ | 22.8 | 26.78 | 4.5 | - |
| YUV | 131.9 | 63.16 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 145 | 17 | 0 | 0.03 | 0.89 | 0.41 | 57.74 | 0.8 | 0.33 |
| Hex | 96 | 91 | 11 | 0 | 3 | 59 | 29 | 3A | 50 | 21 |
| Octal | 226 | 221 | 21 | 0 | 3 | 131 | 51 | 72 | 120 | 41 |
| Binary | 10010110 | 10010001 | 10001 | 0 | 11 | 1011001 | 101001 | 111010 | 1010000 | 100001 |
Color Harmonies of #969111
Complementary color
Monochromatic Colors of #969111
Black with #969111
Text Example
Text Example
White with #969111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969111; }
p { color: rgb(150,145,17); }
H1.HeaderClassName
{
color: #969111;
}
.AnyTagClassName
{
color: #969111;
}
</style>
background-color css
<style>
a { background-color: #969111; }
a { background-color: rgb(150,145,17); }
div.DivClassName
{
background-color: #969111;
}
.BgClassName
{
background-color: #969111;
}
</style>
border-color css
<style>
span { border-color: #969111; }
span { border-color: rgb(150,145,17); }
td.TdClassName
{
border-color: #969111;
}
.TagClassName
{
border-color: #969111;
}
</style>