Shades of Citron #96960F
Tints of Citron #96960F
RGB
CMYK
RGB Variations
Color information
#96960F (or 0x96960F) is known color: Citron. HEX triplet: 96, 96 and 0F. RGB value is (150,150,15). Sum of RGB (Red+Green+Blue) = 150+150+15=315 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.62% from 315); Green value is 150 (58.98% from 255 or 47.62% from 315); Blue value is 15 (6.25% from 255 or 4.76% from 315); Max value from RGB is 150 - color contains mainly: red, green. Hex color #96960F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96960F is #6969F0. Grayscale: #878787. Windows color (decimal): -6908401 or 1021590. OLE color: 1021590.
HSL color Cylindrical-coordinate representation of color #96960F: hue angle of 60º 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 #96960F is Cyan = 0, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 150 | 15 | - |
| CMYK | 0 | 0 | 0.9 | 0.41 |
| HSL | 60º | 0.82% | 0.32% | - |
| HSV(B) | 60º | 0.9% | 0.59% | - |
| XYZ | 23.57 | 28.33 | 4.68 | - |
| YUV | 134.61 | 60.5 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 150 | 15 | 0 | 0 | 0.9 | 0.41 | 60 | 0.82 | 0.32 |
| Hex | 96 | 96 | F | 0 | 0 | 5A | 29 | 3C | 52 | 20 |
| Octal | 226 | 226 | 17 | 0 | 0 | 132 | 51 | 74 | 122 | 40 |
| Binary | 10010110 | 10010110 | 1111 | 0 | 0 | 1011010 | 101001 | 111100 | 1010010 | 100000 |
Color Harmonies of #96960F
Complementary color
Monochromatic Colors of #96960F
Black with #96960F
Text Example
Text Example
White with #96960F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96960F; }
p { color: rgb(150,150,15); }
H1.HeaderClassName
{
color: #96960F;
}
.AnyTagClassName
{
color: #96960F;
}
</style>
background-color css
<style>
a { background-color: #96960F; }
a { background-color: rgb(150,150,15); }
div.DivClassName
{
background-color: #96960F;
}
.BgClassName
{
background-color: #96960F;
}
</style>
border-color css
<style>
span { border-color: #96960F; }
span { border-color: rgb(150,150,15); }
td.TdClassName
{
border-color: #96960F;
}
.TagClassName
{
border-color: #96960F;
}
</style>