Shades of Citron #968E10
Tints of Citron #968E10
RGB
CMYK
RGB Variations
Color information
#968E10 (or 0x968E10) is known color: Citron. HEX triplet: 96, 8E and 10. RGB value is (150,142,16). Sum of RGB (Red+Green+Blue) = 150+142+16=308 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.70% from 308); Green value is 142 (55.86% from 255 or 46.10% from 308); Blue value is 16 (6.64% from 255 or 5.19% from 308); Max value from RGB is 150 - color contains mainly: red. Hex color #968E10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968E10 is #6971EF. Grayscale: #828282. Windows color (decimal): -6910448 or 1085078. OLE color: 1085078.
HSL color Cylindrical-coordinate representation of color #968E10: hue angle of 56.42º 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 #968E10 is Cyan = 0, Magento = 0.05, Yellow = 0.89 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 142 | 16 | - |
| CMYK | 0 | 0.05 | 0.89 | 0.41 |
| HSL | 56.42º | 0.81% | 0.33% | - |
| HSV(B) | 56.42º | 0.89% | 0.59% | - |
| XYZ | 22.34 | 25.87 | 4.31 | - |
| YUV | 130.03 | 63.65 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 142 | 16 | 0 | 0.05 | 0.89 | 0.41 | 56.42 | 0.81 | 0.33 |
| Hex | 96 | 8E | 10 | 0 | 5 | 59 | 29 | 38 | 51 | 21 |
| Octal | 226 | 216 | 20 | 0 | 5 | 131 | 51 | 70 | 121 | 41 |
| Binary | 10010110 | 10001110 | 10000 | 0 | 101 | 1011001 | 101001 | 111000 | 1010001 | 100001 |
Color Harmonies of #968E10
Complementary color
Monochromatic Colors of #968E10
Black with #968E10
Text Example
Text Example
White with #968E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968E10; }
p { color: rgb(150,142,16); }
H1.HeaderClassName
{
color: #968E10;
}
.AnyTagClassName
{
color: #968E10;
}
</style>
background-color css
<style>
a { background-color: #968E10; }
a { background-color: rgb(150,142,16); }
div.DivClassName
{
background-color: #968E10;
}
.BgClassName
{
background-color: #968E10;
}
</style>
border-color css
<style>
span { border-color: #968E10; }
span { border-color: rgb(150,142,16); }
td.TdClassName
{
border-color: #968E10;
}
.TagClassName
{
border-color: #968E10;
}
</style>