Shades of Citrus #96A30D
Tints of Citrus #96A30D
RGB
CMYK
RGB Variations
Color information
#96A30D (or 0x96A30D) is known color: Citrus. HEX triplet: 96, A3 and 0D. RGB value is (150,163,13). Sum of RGB (Red+Green+Blue) = 150+163+13=326 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.01% from 326); Green value is 163 (64.06% from 255 or 50% from 326); Blue value is 13 (5.47% from 255 or 3.99% from 326); Max value from RGB is 163 - color contains mainly: green. Hex color #96A30D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96A30D is #695CF2. Grayscale: #8E8E8E. Windows color (decimal): -6905075 or 893846. OLE color: 893846.
HSL color Cylindrical-coordinate representation of color #96A30D: hue angle of 65.2º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #96A30D is Cyan = 0.08, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 150 | 163 | 13 | - |
| CMYK | 0.08 | 0 | 0.92 | 0.36 |
| HSL | 65.2º | 0.85% | 0.35% | - |
| HSV(B) | 65.2º | 0.92% | 0.64% | - |
| XYZ | 25.75 | 32.71 | 5.34 | - |
| YUV | 142.01 | 55.19 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 163 | 13 | 0.08 | 0 | 0.92 | 0.36 | 65.2 | 0.85 | 0.35 |
| Hex | 96 | A3 | D | 8 | 0 | 5C | 24 | 41 | 55 | 23 |
| Octal | 226 | 243 | 15 | 10 | 0 | 134 | 44 | 101 | 125 | 43 |
| Binary | 10010110 | 10100011 | 1101 | 1000 | 0 | 1011100 | 100100 | 1000001 | 1010101 | 100011 |
Color Harmonies of #96A30D
Complementary color
Monochromatic Colors of #96A30D
Black with #96A30D
Text Example
Text Example
White with #96A30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A30D; }
p { color: rgb(150,163,13); }
H1.HeaderClassName
{
color: #96A30D;
}
.AnyTagClassName
{
color: #96A30D;
}
</style>
background-color css
<style>
a { background-color: #96A30D; }
a { background-color: rgb(150,163,13); }
div.DivClassName
{
background-color: #96A30D;
}
.BgClassName
{
background-color: #96A30D;
}
</style>
border-color css
<style>
span { border-color: #96A30D; }
span { border-color: rgb(150,163,13); }
td.TdClassName
{
border-color: #96A30D;
}
.TagClassName
{
border-color: #96A30D;
}
</style>