Shades of Citron #969510
Tints of Citron #969510
RGB
CMYK
RGB Variations
Color information
#969510 (or 0x969510) is known color: Citron. HEX triplet: 96, 95 and 10. RGB value is (150,149,16). Sum of RGB (Red+Green+Blue) = 150+149+16=315 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.62% from 315); Green value is 149 (58.59% from 255 or 47.30% from 315); Blue value is 16 (6.64% from 255 or 5.08% from 315); Max value from RGB is 150 - color contains mainly: red. Hex color #969510 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969510 is #696AEF. Grayscale: #868686. Windows color (decimal): -6908656 or 1086870. OLE color: 1086870.
HSL color Cylindrical-coordinate representation of color #969510: hue angle of 59.55º 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 #969510 is Cyan = 0, Magento = 0.01, Yellow = 0.89 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 149 | 16 | - |
| CMYK | 0 | 0.01 | 0.89 | 0.41 |
| HSL | 59.55º | 0.81% | 0.33% | - |
| HSV(B) | 59.55º | 0.89% | 0.59% | - |
| XYZ | 23.42 | 28.02 | 4.66 | - |
| YUV | 134.14 | 61.33 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 149 | 16 | 0 | 0.01 | 0.89 | 0.41 | 59.55 | 0.81 | 0.33 |
| Hex | 96 | 95 | 10 | 0 | 1 | 59 | 29 | 3C | 51 | 21 |
| Octal | 226 | 225 | 20 | 0 | 1 | 131 | 51 | 74 | 121 | 41 |
| Binary | 10010110 | 10010101 | 10000 | 0 | 1 | 1011001 | 101001 | 111100 | 1010001 | 100001 |
Color Harmonies of #969510
Complementary color
Monochromatic Colors of #969510
Black with #969510
Text Example
Text Example
White with #969510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969510; }
p { color: rgb(150,149,16); }
H1.HeaderClassName
{
color: #969510;
}
.AnyTagClassName
{
color: #969510;
}
</style>
background-color css
<style>
a { background-color: #969510; }
a { background-color: rgb(150,149,16); }
div.DivClassName
{
background-color: #969510;
}
.BgClassName
{
background-color: #969510;
}
</style>
border-color css
<style>
span { border-color: #969510; }
span { border-color: rgb(150,149,16); }
td.TdClassName
{
border-color: #969510;
}
.TagClassName
{
border-color: #969510;
}
</style>