Shades of Citrus #96B816
Tints of Citrus #96B816
RGB
CMYK
RGB Variations
Color information
#96B816 (or 0x96B816) is known color: Citrus. HEX triplet: 96, B8 and 16. RGB value is (150,184,22). Sum of RGB (Red+Green+Blue) = 150+184+22=356 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.13% from 356); Green value is 184 (72.27% from 255 or 51.69% from 356); Blue value is 22 (8.98% from 255 or 6.18% from 356); Max value from RGB is 184 - color contains mainly: green. Hex color #96B816 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96B816 is #6947E9. Grayscale: #9B9B9B. Windows color (decimal): -6899690 or 1489046. OLE color: 1489046.
HSL color Cylindrical-coordinate representation of color #96B816: hue angle of 72.59º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #96B816 is Cyan = 0.18, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 150 | 184 | 22 | - |
| CMYK | 0.18 | 0 | 0.88 | 0.28 |
| HSL | 72.59º | 0.79% | 0.4% | - |
| HSV(B) | 72.59º | 0.88% | 0.72% | - |
| XYZ | 29.86 | 40.82 | 7.06 | - |
| YUV | 155.37 | 52.74 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 184 | 22 | 0.18 | 0 | 0.88 | 0.28 | 72.59 | 0.79 | 0.4 |
| Hex | 96 | B8 | 16 | 12 | 0 | 58 | 1C | 49 | 4F | 28 |
| Octal | 226 | 270 | 26 | 22 | 0 | 130 | 34 | 111 | 117 | 50 |
| Binary | 10010110 | 10111000 | 10110 | 10010 | 0 | 1011000 | 11100 | 1001001 | 1001111 | 101000 |
Color Harmonies of #96B816
Complementary color
Monochromatic Colors of #96B816
Black with #96B816
Text Example
Text Example
White with #96B816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B816; }
p { color: rgb(150,184,22); }
H1.HeaderClassName
{
color: #96B816;
}
.AnyTagClassName
{
color: #96B816;
}
</style>
background-color css
<style>
a { background-color: #96B816; }
a { background-color: rgb(150,184,22); }
div.DivClassName
{
background-color: #96B816;
}
.BgClassName
{
background-color: #96B816;
}
</style>
border-color css
<style>
span { border-color: #96B816; }
span { border-color: rgb(150,184,22); }
td.TdClassName
{
border-color: #96B816;
}
.TagClassName
{
border-color: #96B816;
}
</style>