Shades of Citron #96920F
Tints of Citron #96920F
RGB
CMYK
RGB Variations
Color information
#96920F (or 0x96920F) is known color: Citron. HEX triplet: 96, 92 and 0F. RGB value is (150,146,15). Sum of RGB (Red+Green+Blue) = 150+146+15=311 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.23% from 311); Green value is 146 (57.42% from 255 or 46.95% from 311); Blue value is 15 (6.25% from 255 or 4.82% from 311); Max value from RGB is 150 - color contains mainly: red. Hex color #96920F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96920F is #696DF0. Grayscale: #848484. Windows color (decimal): -6909425 or 1020566. OLE color: 1020566.
HSL color Cylindrical-coordinate representation of color #96920F: hue angle of 58.22º 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 #96920F is Cyan = 0, Magento = 0.03, Yellow = 0.9 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 146 | 15 | - |
| CMYK | 0 | 0.03 | 0.9 | 0.41 |
| HSL | 58.22º | 0.82% | 0.32% | - |
| HSV(B) | 58.22º | 0.9% | 0.59% | - |
| XYZ | 22.94 | 27.08 | 4.47 | - |
| YUV | 132.26 | 61.83 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 146 | 15 | 0 | 0.03 | 0.9 | 0.41 | 58.22 | 0.82 | 0.32 |
| Hex | 96 | 92 | F | 0 | 3 | 5A | 29 | 3A | 52 | 20 |
| Octal | 226 | 222 | 17 | 0 | 3 | 132 | 51 | 72 | 122 | 40 |
| Binary | 10010110 | 10010010 | 1111 | 0 | 11 | 1011010 | 101001 | 111010 | 1010010 | 100000 |
Color Harmonies of #96920F
Complementary color
Monochromatic Colors of #96920F
Black with #96920F
Text Example
Text Example
White with #96920F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96920F; }
p { color: rgb(150,146,15); }
H1.HeaderClassName
{
color: #96920F;
}
.AnyTagClassName
{
color: #96920F;
}
</style>
background-color css
<style>
a { background-color: #96920F; }
a { background-color: rgb(150,146,15); }
div.DivClassName
{
background-color: #96920F;
}
.BgClassName
{
background-color: #96920F;
}
</style>
border-color css
<style>
span { border-color: #96920F; }
span { border-color: rgb(150,146,15); }
td.TdClassName
{
border-color: #96920F;
}
.TagClassName
{
border-color: #96920F;
}
</style>