Shades of Citron #968F16
Tints of Citron #968F16
RGB
CMYK
RGB Variations
Color information
#968F16 (or 0x968F16) is known color: Citron. HEX triplet: 96, 8F and 16. RGB value is (150,143,22). Sum of RGB (Red+Green+Blue) = 150+143+22=315 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.62% from 315); Green value is 143 (56.25% from 255 or 45.40% from 315); Blue value is 22 (8.98% from 255 or 6.98% from 315); Max value from RGB is 150 - color contains mainly: red. Hex color #968F16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968F16 is #6970E9. Grayscale: #838383. Windows color (decimal): -6910186 or 1478550. OLE color: 1478550.
HSL color Cylindrical-coordinate representation of color #968F16: hue angle of 56.72º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #968F16 is Cyan = 0, Magento = 0.05, Yellow = 0.85 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 143 | 22 | - |
| CMYK | 0 | 0.05 | 0.85 | 0.41 |
| HSL | 56.72º | 0.74% | 0.34% | - |
| HSV(B) | 56.72º | 0.85% | 0.59% | - |
| XYZ | 22.54 | 26.19 | 4.63 | - |
| YUV | 131.3 | 66.32 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 143 | 22 | 0 | 0.05 | 0.85 | 0.41 | 56.72 | 0.74 | 0.34 |
| Hex | 96 | 8F | 16 | 0 | 5 | 55 | 29 | 39 | 4A | 22 |
| Octal | 226 | 217 | 26 | 0 | 5 | 125 | 51 | 71 | 112 | 42 |
| Binary | 10010110 | 10001111 | 10110 | 0 | 101 | 1010101 | 101001 | 111001 | 1001010 | 100010 |
Color Harmonies of #968F16
Complementary color
Monochromatic Colors of #968F16
Black with #968F16
Text Example
Text Example
White with #968F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968F16; }
p { color: rgb(150,143,22); }
H1.HeaderClassName
{
color: #968F16;
}
.AnyTagClassName
{
color: #968F16;
}
</style>
background-color css
<style>
a { background-color: #968F16; }
a { background-color: rgb(150,143,22); }
div.DivClassName
{
background-color: #968F16;
}
.BgClassName
{
background-color: #968F16;
}
</style>
border-color css
<style>
span { border-color: #968F16; }
span { border-color: rgb(150,143,22); }
td.TdClassName
{
border-color: #968F16;
}
.TagClassName
{
border-color: #968F16;
}
</style>