Shades of Citron #968D10
Tints of Citron #968D10
RGB
CMYK
RGB Variations
Color information
#968D10 (or 0x968D10) is known color: Citron. HEX triplet: 96, 8D and 10. RGB value is (150,141,16). Sum of RGB (Red+Green+Blue) = 150+141+16=307 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.86% from 307); Green value is 141 (55.47% from 255 or 45.93% from 307); Blue value is 16 (6.64% from 255 or 5.21% from 307); Max value from RGB is 150 - color contains mainly: red. Hex color #968D10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968D10 is #6972EF. Grayscale: #818181. Windows color (decimal): -6910704 or 1084822. OLE color: 1084822.
HSL color Cylindrical-coordinate representation of color #968D10: hue angle of 55.97º 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 #968D10 is Cyan = 0, Magento = 0.06, Yellow = 0.89 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 141 | 16 | - |
| CMYK | 0 | 0.06 | 0.89 | 0.41 |
| HSL | 55.97º | 0.81% | 0.33% | - |
| HSV(B) | 55.97º | 0.89% | 0.59% | - |
| XYZ | 22.2 | 25.57 | 4.26 | - |
| YUV | 129.44 | 63.98 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 141 | 16 | 0 | 0.06 | 0.89 | 0.41 | 55.97 | 0.81 | 0.33 |
| Hex | 96 | 8D | 10 | 0 | 6 | 59 | 29 | 38 | 51 | 21 |
| Octal | 226 | 215 | 20 | 0 | 6 | 131 | 51 | 70 | 121 | 41 |
| Binary | 10010110 | 10001101 | 10000 | 0 | 110 | 1011001 | 101001 | 111000 | 1010001 | 100001 |
Color Harmonies of #968D10
Complementary color
Monochromatic Colors of #968D10
Black with #968D10
Text Example
Text Example
White with #968D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968D10; }
p { color: rgb(150,141,16); }
H1.HeaderClassName
{
color: #968D10;
}
.AnyTagClassName
{
color: #968D10;
}
</style>
background-color css
<style>
a { background-color: #968D10; }
a { background-color: rgb(150,141,16); }
div.DivClassName
{
background-color: #968D10;
}
.BgClassName
{
background-color: #968D10;
}
</style>
border-color css
<style>
span { border-color: #968D10; }
span { border-color: rgb(150,141,16); }
td.TdClassName
{
border-color: #968D10;
}
.TagClassName
{
border-color: #968D10;
}
</style>