Shades of Citron #96A31E
Tints of Citron #96A31E
RGB
CMYK
RGB Variations
Color information
#96A31E (or 0x96A31E) is known color: Citron. HEX triplet: 96, A3 and 1E. RGB value is (150,163,30). Sum of RGB (Red+Green+Blue) = 150+163+30=343 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.73% from 343); Green value is 163 (64.06% from 255 or 47.52% from 343); Blue value is 30 (12.11% from 255 or 8.75% from 343); Max value from RGB is 163 - color contains mainly: green. Hex color #96A31E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96A31E is #695CE1. Grayscale: #909090. Windows color (decimal): -6905058 or 2007958. OLE color: 2007958.
HSL color Cylindrical-coordinate representation of color #96A31E: hue angle of 65.86º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #96A31E is Cyan = 0.08, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 150 | 163 | 30 | - |
| CMYK | 0.08 | 0 | 0.82 | 0.36 |
| HSL | 65.86º | 0.69% | 0.38% | - |
| HSV(B) | 65.86º | 0.82% | 0.64% | - |
| XYZ | 25.91 | 32.77 | 6.19 | - |
| YUV | 143.95 | 63.69 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 163 | 30 | 0.08 | 0 | 0.82 | 0.36 | 65.86 | 0.69 | 0.38 |
| Hex | 96 | A3 | 1E | 8 | 0 | 52 | 24 | 42 | 45 | 26 |
| Octal | 226 | 243 | 36 | 10 | 0 | 122 | 44 | 102 | 105 | 46 |
| Binary | 10010110 | 10100011 | 11110 | 1000 | 0 | 1010010 | 100100 | 1000010 | 1000101 | 100110 |
Color Harmonies of #96A31E
Complementary color
Monochromatic Colors of #96A31E
Black with #96A31E
Text Example
Text Example
White with #96A31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A31E; }
p { color: rgb(150,163,30); }
H1.HeaderClassName
{
color: #96A31E;
}
.AnyTagClassName
{
color: #96A31E;
}
</style>
background-color css
<style>
a { background-color: #96A31E; }
a { background-color: rgb(150,163,30); }
div.DivClassName
{
background-color: #96A31E;
}
.BgClassName
{
background-color: #96A31E;
}
</style>
border-color css
<style>
span { border-color: #96A31E; }
span { border-color: rgb(150,163,30); }
td.TdClassName
{
border-color: #96A31E;
}
.TagClassName
{
border-color: #96A31E;
}
</style>