Shades of Citrus #96AD0C
Tints of Citrus #96AD0C
RGB
CMYK
RGB Variations
Color information
#96AD0C (or 0x96AD0C) is known color: Citrus. HEX triplet: 96, AD and 0C. RGB value is (150,173,12). Sum of RGB (Red+Green+Blue) = 150+173+12=335 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.78% from 335); Green value is 173 (67.97% from 255 or 51.64% from 335); Blue value is 12 (5.08% from 255 or 3.58% from 335); Max value from RGB is 173 - color contains mainly: green. Hex color #96AD0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96AD0C is #6952F3. Grayscale: #949494. Windows color (decimal): -6902516 or 830870. OLE color: 830870.
HSL color Cylindrical-coordinate representation of color #96AD0C: hue angle of 68.57º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #96AD0C is Cyan = 0.13, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 150 | 173 | 12 | - |
| CMYK | 0.13 | 0 | 0.93 | 0.32 |
| HSL | 68.57º | 0.87% | 0.36% | - |
| HSV(B) | 68.57º | 0.93% | 0.68% | - |
| XYZ | 27.59 | 36.4 | 5.92 | - |
| YUV | 147.77 | 51.38 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 173 | 12 | 0.13 | 0 | 0.93 | 0.32 | 68.57 | 0.87 | 0.36 |
| Hex | 96 | AD | C | D | 0 | 5D | 20 | 45 | 57 | 24 |
| Octal | 226 | 255 | 14 | 15 | 0 | 135 | 40 | 105 | 127 | 44 |
| Binary | 10010110 | 10101101 | 1100 | 1101 | 0 | 1011101 | 100000 | 1000101 | 1010111 | 100100 |
Color Harmonies of #96AD0C
Complementary color
Monochromatic Colors of #96AD0C
Black with #96AD0C
Text Example
Text Example
White with #96AD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AD0C; }
p { color: rgb(150,173,12); }
H1.HeaderClassName
{
color: #96AD0C;
}
.AnyTagClassName
{
color: #96AD0C;
}
</style>
background-color css
<style>
a { background-color: #96AD0C; }
a { background-color: rgb(150,173,12); }
div.DivClassName
{
background-color: #96AD0C;
}
.BgClassName
{
background-color: #96AD0C;
}
</style>
border-color css
<style>
span { border-color: #96AD0C; }
span { border-color: rgb(150,173,12); }
td.TdClassName
{
border-color: #96AD0C;
}
.TagClassName
{
border-color: #96AD0C;
}
</style>