Shades of Citron #96931C
Tints of Citron #96931C
RGB
CMYK
RGB Variations
Color information
#96931C (or 0x96931C) is known color: Citron. HEX triplet: 96, 93 and 1C. RGB value is (150,147,28). Sum of RGB (Red+Green+Blue) = 150+147+28=325 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.15% from 325); Green value is 147 (57.81% from 255 or 45.23% from 325); Blue value is 28 (11.33% from 255 or 8.62% from 325); Max value from RGB is 150 - color contains mainly: red. Hex color #96931C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96931C is #696CE3. Grayscale: #868686. Windows color (decimal): -6909156 or 1872790. OLE color: 1872790.
HSL color Cylindrical-coordinate representation of color #96931C: hue angle of 58.52º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #96931C is Cyan = 0, Magento = 0.02, Yellow = 0.81 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 147 | 28 | - |
| CMYK | 0 | 0.02 | 0.81 | 0.41 |
| HSL | 58.52º | 0.69% | 0.35% | - |
| HSV(B) | 58.52º | 0.81% | 0.59% | - |
| XYZ | 23.22 | 27.44 | 5.17 | - |
| YUV | 134.33 | 67.99 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 147 | 28 | 0 | 0.02 | 0.81 | 0.41 | 58.52 | 0.69 | 0.35 |
| Hex | 96 | 93 | 1C | 0 | 2 | 51 | 29 | 3B | 45 | 23 |
| Octal | 226 | 223 | 34 | 0 | 2 | 121 | 51 | 73 | 105 | 43 |
| Binary | 10010110 | 10010011 | 11100 | 0 | 10 | 1010001 | 101001 | 111011 | 1000101 | 100011 |
Color Harmonies of #96931C
Complementary color
Monochromatic Colors of #96931C
Black with #96931C
Text Example
Text Example
White with #96931C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96931C; }
p { color: rgb(150,147,28); }
H1.HeaderClassName
{
color: #96931C;
}
.AnyTagClassName
{
color: #96931C;
}
</style>
background-color css
<style>
a { background-color: #96931C; }
a { background-color: rgb(150,147,28); }
div.DivClassName
{
background-color: #96931C;
}
.BgClassName
{
background-color: #96931C;
}
</style>
border-color css
<style>
span { border-color: #96931C; }
span { border-color: rgb(150,147,28); }
td.TdClassName
{
border-color: #96931C;
}
.TagClassName
{
border-color: #96931C;
}
</style>