Shades of Citron #969010
Tints of Citron #969010
RGB
CMYK
RGB Variations
Color information
#969010 (or 0x969010) is known color: Citron. HEX triplet: 96, 90 and 10. RGB value is (150,144,16). Sum of RGB (Red+Green+Blue) = 150+144+16=310 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.39% from 310); Green value is 144 (56.64% from 255 or 46.45% from 310); Blue value is 16 (6.64% from 255 or 5.16% from 310); Max value from RGB is 150 - color contains mainly: red. Hex color #969010 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969010 is #696FEF. Grayscale: #838383. Windows color (decimal): -6909936 or 1085590. OLE color: 1085590.
HSL color Cylindrical-coordinate representation of color #969010: hue angle of 57.31º degrees, saturation: 0.81, 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 #969010 is Cyan = 0, Magento = 0.04, Yellow = 0.89 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 144 | 16 | - |
| CMYK | 0 | 0.04 | 0.89 | 0.41 |
| HSL | 57.31º | 0.81% | 0.33% | - |
| HSV(B) | 57.31º | 0.89% | 0.59% | - |
| XYZ | 22.64 | 26.47 | 4.41 | - |
| YUV | 131.2 | 62.99 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 144 | 16 | 0 | 0.04 | 0.89 | 0.41 | 57.31 | 0.81 | 0.33 |
| Hex | 96 | 90 | 10 | 0 | 4 | 59 | 29 | 39 | 51 | 21 |
| Octal | 226 | 220 | 20 | 0 | 4 | 131 | 51 | 71 | 121 | 41 |
| Binary | 10010110 | 10010000 | 10000 | 0 | 100 | 1011001 | 101001 | 111001 | 1010001 | 100001 |
Color Harmonies of #969010
Complementary color
Monochromatic Colors of #969010
Black with #969010
Text Example
Text Example
White with #969010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969010; }
p { color: rgb(150,144,16); }
H1.HeaderClassName
{
color: #969010;
}
.AnyTagClassName
{
color: #969010;
}
</style>
background-color css
<style>
a { background-color: #969010; }
a { background-color: rgb(150,144,16); }
div.DivClassName
{
background-color: #969010;
}
.BgClassName
{
background-color: #969010;
}
</style>
border-color css
<style>
span { border-color: #969010; }
span { border-color: rgb(150,144,16); }
td.TdClassName
{
border-color: #969010;
}
.TagClassName
{
border-color: #969010;
}
</style>