Shades of Citrus #96AD0D
Tints of Citrus #96AD0D
RGB
CMYK
RGB Variations
Color information
#96AD0D (or 0x96AD0D) is known color: Citrus. HEX triplet: 96, AD and 0D. RGB value is (150,173,13). Sum of RGB (Red+Green+Blue) = 150+173+13=336 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.64% from 336); Green value is 173 (67.97% from 255 or 51.49% from 336); Blue value is 13 (5.47% from 255 or 3.87% from 336); Max value from RGB is 173 - color contains mainly: green. Hex color #96AD0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96AD0D is #6952F2. Grayscale: #949494. Windows color (decimal): -6902515 or 896406. OLE color: 896406.
HSL color Cylindrical-coordinate representation of color #96AD0D: hue angle of 68.62º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #96AD0D is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 150 | 173 | 13 | - |
| CMYK | 0.13 | 0 | 0.92 | 0.32 |
| HSL | 68.63º | 0.86% | 0.36% | - |
| HSV(B) | 68.63º | 0.92% | 0.68% | - |
| XYZ | 27.59 | 36.4 | 5.95 | - |
| YUV | 147.88 | 51.88 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 173 | 13 | 0.13 | 0 | 0.92 | 0.32 | 68.63 | 0.86 | 0.36 |
| Hex | 96 | AD | D | D | 0 | 5C | 20 | 45 | 56 | 24 |
| Octal | 226 | 255 | 15 | 15 | 0 | 134 | 40 | 105 | 126 | 44 |
| Binary | 10010110 | 10101101 | 1101 | 1101 | 0 | 1011100 | 100000 | 1000101 | 1010110 | 100100 |
Color Harmonies of #96AD0D
Complementary color
Monochromatic Colors of #96AD0D
Black with #96AD0D
Text Example
Text Example
White with #96AD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AD0D; }
p { color: rgb(150,173,13); }
H1.HeaderClassName
{
color: #96AD0D;
}
.AnyTagClassName
{
color: #96AD0D;
}
</style>
background-color css
<style>
a { background-color: #96AD0D; }
a { background-color: rgb(150,173,13); }
div.DivClassName
{
background-color: #96AD0D;
}
.BgClassName
{
background-color: #96AD0D;
}
</style>
border-color css
<style>
span { border-color: #96AD0D; }
span { border-color: rgb(150,173,13); }
td.TdClassName
{
border-color: #96AD0D;
}
.TagClassName
{
border-color: #96AD0D;
}
</style>