Shades of Citron #968F0B
Tints of Citron #968F0B
RGB
CMYK
RGB Variations
Color information
#968F0B (or 0x968F0B) is known color: Citron. HEX triplet: 96, 8F and 0B. RGB value is (150,143,11). Sum of RGB (Red+Green+Blue) = 150+143+11=304 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.34% from 304); Green value is 143 (56.25% from 255 or 47.04% from 304); Blue value is 11 (4.69% from 255 or 3.62% from 304); Max value from RGB is 150 - color contains mainly: red. Hex color #968F0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968F0B is #6970F4. Grayscale: #828282. Windows color (decimal): -6910197 or 757654. OLE color: 757654.
HSL color Cylindrical-coordinate representation of color #968F0B: hue angle of 56.98º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #968F0B is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 143 | 11 | - |
| CMYK | 0 | 0.05 | 0.93 | 0.41 |
| HSL | 56.98º | 0.86% | 0.32% | - |
| HSV(B) | 56.98º | 0.93% | 0.59% | - |
| XYZ | 22.46 | 26.15 | 4.18 | - |
| YUV | 130.05 | 60.82 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 143 | 11 | 0 | 0.05 | 0.93 | 0.41 | 56.98 | 0.86 | 0.32 |
| Hex | 96 | 8F | B | 0 | 5 | 5D | 29 | 39 | 56 | 20 |
| Octal | 226 | 217 | 13 | 0 | 5 | 135 | 51 | 71 | 126 | 40 |
| Binary | 10010110 | 10001111 | 1011 | 0 | 101 | 1011101 | 101001 | 111001 | 1010110 | 100000 |
Color Harmonies of #968F0B
Complementary color
Monochromatic Colors of #968F0B
Black with #968F0B
Text Example
Text Example
White with #968F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968F0B; }
p { color: rgb(150,143,11); }
H1.HeaderClassName
{
color: #968F0B;
}
.AnyTagClassName
{
color: #968F0B;
}
</style>
background-color css
<style>
a { background-color: #968F0B; }
a { background-color: rgb(150,143,11); }
div.DivClassName
{
background-color: #968F0B;
}
.BgClassName
{
background-color: #968F0B;
}
</style>
border-color css
<style>
span { border-color: #968F0B; }
span { border-color: rgb(150,143,11); }
td.TdClassName
{
border-color: #968F0B;
}
.TagClassName
{
border-color: #968F0B;
}
</style>