Shades of Citron #969011
Tints of Citron #969011
RGB
CMYK
RGB Variations
Color information
#969011 (or 0x969011) is known color: Citron. HEX triplet: 96, 90 and 11. RGB value is (150,144,17). Sum of RGB (Red+Green+Blue) = 150+144+17=311 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.23% from 311); Green value is 144 (56.64% from 255 or 46.30% from 311); Blue value is 17 (7.03% from 255 or 5.47% from 311); Max value from RGB is 150 - color contains mainly: red. Hex color #969011 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969011 is #696FEE. Grayscale: #838383. Windows color (decimal): -6909935 or 1151126. OLE color: 1151126.
HSL color Cylindrical-coordinate representation of color #969011: hue angle of 57.29º 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 #969011 is Cyan = 0, Magento = 0.04, Yellow = 0.89 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 144 | 17 | - |
| CMYK | 0 | 0.04 | 0.89 | 0.41 |
| HSL | 57.29º | 0.8% | 0.33% | - |
| HSV(B) | 57.29º | 0.89% | 0.59% | - |
| XYZ | 22.65 | 26.47 | 4.45 | - |
| YUV | 131.32 | 63.49 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 144 | 17 | 0 | 0.04 | 0.89 | 0.41 | 57.29 | 0.8 | 0.33 |
| Hex | 96 | 90 | 11 | 0 | 4 | 59 | 29 | 39 | 50 | 21 |
| Octal | 226 | 220 | 21 | 0 | 4 | 131 | 51 | 71 | 120 | 41 |
| Binary | 10010110 | 10010000 | 10001 | 0 | 100 | 1011001 | 101001 | 111001 | 1010000 | 100001 |
Color Harmonies of #969011
Complementary color
Monochromatic Colors of #969011
Black with #969011
Text Example
Text Example
White with #969011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969011; }
p { color: rgb(150,144,17); }
H1.HeaderClassName
{
color: #969011;
}
.AnyTagClassName
{
color: #969011;
}
</style>
background-color css
<style>
a { background-color: #969011; }
a { background-color: rgb(150,144,17); }
div.DivClassName
{
background-color: #969011;
}
.BgClassName
{
background-color: #969011;
}
</style>
border-color css
<style>
span { border-color: #969011; }
span { border-color: rgb(150,144,17); }
td.TdClassName
{
border-color: #969011;
}
.TagClassName
{
border-color: #969011;
}
</style>