Shades of Citrus #96AD0E
Tints of Citrus #96AD0E
RGB
CMYK
RGB Variations
Color information
#96AD0E (or 0x96AD0E) is known color: Citrus. HEX triplet: 96, AD and 0E. RGB value is (150,173,14). Sum of RGB (Red+Green+Blue) = 150+173+14=337 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.51% from 337); Green value is 173 (67.97% from 255 or 51.34% from 337); Blue value is 14 (5.86% from 255 or 4.15% from 337); Max value from RGB is 173 - color contains mainly: green. Hex color #96AD0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96AD0E is #6952F1. Grayscale: #949494. Windows color (decimal): -6902514 or 961942. OLE color: 961942.
HSL color Cylindrical-coordinate representation of color #96AD0E: hue angle of 68.68º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #96AD0E is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 150 | 173 | 14 | - |
| CMYK | 0.13 | 0 | 0.92 | 0.32 |
| HSL | 68.68º | 0.85% | 0.37% | - |
| HSV(B) | 68.68º | 0.92% | 0.68% | - |
| XYZ | 27.6 | 36.4 | 5.99 | - |
| YUV | 148 | 52.38 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 173 | 14 | 0.13 | 0 | 0.92 | 0.32 | 68.68 | 0.85 | 0.37 |
| Hex | 96 | AD | E | D | 0 | 5C | 20 | 45 | 55 | 25 |
| Octal | 226 | 255 | 16 | 15 | 0 | 134 | 40 | 105 | 125 | 45 |
| Binary | 10010110 | 10101101 | 1110 | 1101 | 0 | 1011100 | 100000 | 1000101 | 1010101 | 100101 |
Color Harmonies of #96AD0E
Complementary color
Monochromatic Colors of #96AD0E
Black with #96AD0E
Text Example
Text Example
White with #96AD0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AD0E; }
p { color: rgb(150,173,14); }
H1.HeaderClassName
{
color: #96AD0E;
}
.AnyTagClassName
{
color: #96AD0E;
}
</style>
background-color css
<style>
a { background-color: #96AD0E; }
a { background-color: rgb(150,173,14); }
div.DivClassName
{
background-color: #96AD0E;
}
.BgClassName
{
background-color: #96AD0E;
}
</style>
border-color css
<style>
span { border-color: #96AD0E; }
span { border-color: rgb(150,173,14); }
td.TdClassName
{
border-color: #96AD0E;
}
.TagClassName
{
border-color: #96AD0E;
}
</style>