Shades of Citrus #96B318
Tints of Citrus #96B318
RGB
CMYK
RGB Variations
Color information
#96B318 (or 0x96B318) is known color: Citrus. HEX triplet: 96, B3 and 18. RGB value is (150,179,24). Sum of RGB (Red+Green+Blue) = 150+179+24=353 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.49% from 353); Green value is 179 (70.31% from 255 or 50.71% from 353); Blue value is 24 (9.77% from 255 or 6.80% from 353); Max value from RGB is 179 - color contains mainly: green. Hex color #96B318 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96B318 is #694CE7. Grayscale: #999999. Windows color (decimal): -6900968 or 1618838. OLE color: 1618838.
HSL color Cylindrical-coordinate representation of color #96B318: hue angle of 71.23º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #96B318 is Cyan = 0.16, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 150 | 179 | 24 | - |
| CMYK | 0.16 | 0 | 0.87 | 0.30 |
| HSL | 71.23º | 0.76% | 0.4% | - |
| HSV(B) | 71.23º | 0.87% | 0.7% | - |
| XYZ | 28.86 | 38.79 | 6.83 | - |
| YUV | 152.66 | 55.39 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 179 | 24 | 0.16 | 0 | 0.87 | 0.30 | 71.23 | 0.76 | 0.4 |
| Hex | 96 | B3 | 18 | 10 | 0 | 57 | 1E | 47 | 4C | 28 |
| Octal | 226 | 263 | 30 | 20 | 0 | 127 | 36 | 107 | 114 | 50 |
| Binary | 10010110 | 10110011 | 11000 | 10000 | 0 | 1010111 | 11110 | 1000111 | 1001100 | 101000 |
Color Harmonies of #96B318
Complementary color
Monochromatic Colors of #96B318
Black with #96B318
Text Example
Text Example
White with #96B318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B318; }
p { color: rgb(150,179,24); }
H1.HeaderClassName
{
color: #96B318;
}
.AnyTagClassName
{
color: #96B318;
}
</style>
background-color css
<style>
a { background-color: #96B318; }
a { background-color: rgb(150,179,24); }
div.DivClassName
{
background-color: #96B318;
}
.BgClassName
{
background-color: #96B318;
}
</style>
border-color css
<style>
span { border-color: #96B318; }
span { border-color: rgb(150,179,24); }
td.TdClassName
{
border-color: #96B318;
}
.TagClassName
{
border-color: #96B318;
}
</style>