Shades of Citron #96950F
Tints of Citron #96950F
RGB
CMYK
RGB Variations
Color information
#96950F (or 0x96950F) is known color: Citron. HEX triplet: 96, 95 and 0F. RGB value is (150,149,15). Sum of RGB (Red+Green+Blue) = 150+149+15=314 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.77% from 314); Green value is 149 (58.59% from 255 or 47.45% from 314); Blue value is 15 (6.25% from 255 or 4.78% from 314); Max value from RGB is 150 - color contains mainly: red. Hex color #96950F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96950F is #696AF0. Grayscale: #868686. Windows color (decimal): -6908657 or 1021334. OLE color: 1021334.
HSL color Cylindrical-coordinate representation of color #96950F: hue angle of 59.56º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #96950F is Cyan = 0, Magento = 0.01, Yellow = 0.9 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 149 | 15 | - |
| CMYK | 0 | 0.01 | 0.9 | 0.41 |
| HSL | 59.56º | 0.82% | 0.32% | - |
| HSV(B) | 59.56º | 0.9% | 0.59% | - |
| XYZ | 23.41 | 28.01 | 4.63 | - |
| YUV | 134.02 | 60.83 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 149 | 15 | 0 | 0.01 | 0.9 | 0.41 | 59.56 | 0.82 | 0.32 |
| Hex | 96 | 95 | F | 0 | 1 | 5A | 29 | 3C | 52 | 20 |
| Octal | 226 | 225 | 17 | 0 | 1 | 132 | 51 | 74 | 122 | 40 |
| Binary | 10010110 | 10010101 | 1111 | 0 | 1 | 1011010 | 101001 | 111100 | 1010010 | 100000 |
Color Harmonies of #96950F
Complementary color
Monochromatic Colors of #96950F
Black with #96950F
Text Example
Text Example
White with #96950F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96950F; }
p { color: rgb(150,149,15); }
H1.HeaderClassName
{
color: #96950F;
}
.AnyTagClassName
{
color: #96950F;
}
</style>
background-color css
<style>
a { background-color: #96950F; }
a { background-color: rgb(150,149,15); }
div.DivClassName
{
background-color: #96950F;
}
.BgClassName
{
background-color: #96950F;
}
</style>
border-color css
<style>
span { border-color: #96950F; }
span { border-color: rgb(150,149,15); }
td.TdClassName
{
border-color: #96950F;
}
.TagClassName
{
border-color: #96950F;
}
</style>