Shades of Citrus #96B814
Tints of Citrus #96B814
RGB
CMYK
RGB Variations
Color information
#96B814 (or 0x96B814) is known color: Citrus. HEX triplet: 96, B8 and 14. RGB value is (150,184,20). Sum of RGB (Red+Green+Blue) = 150+184+20=354 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.37% from 354); Green value is 184 (72.27% from 255 or 51.98% from 354); Blue value is 20 (8.20% from 255 or 5.65% from 354); Max value from RGB is 184 - color contains mainly: green. Hex color #96B814 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96B814 is #6947EB. Grayscale: #9B9B9B. Windows color (decimal): -6899692 or 1357974. OLE color: 1357974.
HSL color Cylindrical-coordinate representation of color #96B814: hue angle of 72.44º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #96B814 is Cyan = 0.18, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 150 | 184 | 20 | - |
| CMYK | 0.18 | 0 | 0.89 | 0.28 |
| HSL | 72.44º | 0.8% | 0.4% | - |
| HSV(B) | 72.44º | 0.89% | 0.72% | - |
| XYZ | 29.84 | 40.82 | 6.97 | - |
| YUV | 155.14 | 51.74 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 184 | 20 | 0.18 | 0 | 0.89 | 0.28 | 72.44 | 0.8 | 0.4 |
| Hex | 96 | B8 | 14 | 12 | 0 | 59 | 1C | 48 | 50 | 28 |
| Octal | 226 | 270 | 24 | 22 | 0 | 131 | 34 | 110 | 120 | 50 |
| Binary | 10010110 | 10111000 | 10100 | 10010 | 0 | 1011001 | 11100 | 1001000 | 1010000 | 101000 |
Color Harmonies of #96B814
Complementary color
Monochromatic Colors of #96B814
Black with #96B814
Text Example
Text Example
White with #96B814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B814; }
p { color: rgb(150,184,20); }
H1.HeaderClassName
{
color: #96B814;
}
.AnyTagClassName
{
color: #96B814;
}
</style>
background-color css
<style>
a { background-color: #96B814; }
a { background-color: rgb(150,184,20); }
div.DivClassName
{
background-color: #96B814;
}
.BgClassName
{
background-color: #96B814;
}
</style>
border-color css
<style>
span { border-color: #96B814; }
span { border-color: rgb(150,184,20); }
td.TdClassName
{
border-color: #96B814;
}
.TagClassName
{
border-color: #96B814;
}
</style>