Shades of Citron #968F10
Tints of Citron #968F10
RGB
CMYK
RGB Variations
Color information
#968F10 (or 0x968F10) is known color: Citron. HEX triplet: 96, 8F and 10. RGB value is (150,143,16). Sum of RGB (Red+Green+Blue) = 150+143+16=309 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.54% from 309); Green value is 143 (56.25% from 255 or 46.28% from 309); Blue value is 16 (6.64% from 255 or 5.18% from 309); Max value from RGB is 150 - color contains mainly: red. Hex color #968F10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968F10 is #6970EF. Grayscale: #838383. Windows color (decimal): -6910192 or 1085334. OLE color: 1085334.
HSL color Cylindrical-coordinate representation of color #968F10: hue angle of 56.87º 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 #968F10 is Cyan = 0, Magento = 0.05, Yellow = 0.89 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 143 | 16 | - |
| CMYK | 0 | 0.05 | 0.89 | 0.41 |
| HSL | 56.87º | 0.81% | 0.33% | - |
| HSV(B) | 56.87º | 0.89% | 0.59% | - |
| XYZ | 22.49 | 26.17 | 4.36 | - |
| YUV | 130.62 | 63.32 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 143 | 16 | 0 | 0.05 | 0.89 | 0.41 | 56.87 | 0.81 | 0.33 |
| Hex | 96 | 8F | 10 | 0 | 5 | 59 | 29 | 39 | 51 | 21 |
| Octal | 226 | 217 | 20 | 0 | 5 | 131 | 51 | 71 | 121 | 41 |
| Binary | 10010110 | 10001111 | 10000 | 0 | 101 | 1011001 | 101001 | 111001 | 1010001 | 100001 |
Color Harmonies of #968F10
Complementary color
Monochromatic Colors of #968F10
Black with #968F10
Text Example
Text Example
White with #968F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968F10; }
p { color: rgb(150,143,16); }
H1.HeaderClassName
{
color: #968F10;
}
.AnyTagClassName
{
color: #968F10;
}
</style>
background-color css
<style>
a { background-color: #968F10; }
a { background-color: rgb(150,143,16); }
div.DivClassName
{
background-color: #968F10;
}
.BgClassName
{
background-color: #968F10;
}
</style>
border-color css
<style>
span { border-color: #968F10; }
span { border-color: rgb(150,143,16); }
td.TdClassName
{
border-color: #968F10;
}
.TagClassName
{
border-color: #968F10;
}
</style>