Shades of Citrus #96BA11
Tints of Citrus #96BA11
RGB
CMYK
RGB Variations
Color information
#96BA11 (or 0x96BA11) is known color: Citrus. HEX triplet: 96, BA and 11. RGB value is (150,186,17). Sum of RGB (Red+Green+Blue) = 150+186+17=353 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.49% from 353); Green value is 186 (73.05% from 255 or 52.69% from 353); Blue value is 17 (7.03% from 255 or 4.82% from 353); Max value from RGB is 186 - color contains mainly: green. Hex color #96BA11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96BA11 is #6945EE. Grayscale: #9C9C9C. Windows color (decimal): -6899183 or 1161878. OLE color: 1161878.
HSL color Cylindrical-coordinate representation of color #96BA11: hue angle of 72.78º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #96BA11 is Cyan = 0.19, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 186 | 17 | - |
| CMYK | 0.19 | 0 | 0.91 | 0.27 |
| HSL | 72.78º | 0.83% | 0.4% | - |
| HSV(B) | 72.78º | 0.91% | 0.73% | - |
| XYZ | 30.24 | 41.64 | 6.97 | - |
| YUV | 155.97 | 49.57 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 186 | 17 | 0.19 | 0 | 0.91 | 0.27 | 72.78 | 0.83 | 0.4 |
| Hex | 96 | BA | 11 | 13 | 0 | 5B | 1B | 49 | 53 | 28 |
| Octal | 226 | 272 | 21 | 23 | 0 | 133 | 33 | 111 | 123 | 50 |
| Binary | 10010110 | 10111010 | 10001 | 10011 | 0 | 1011011 | 11011 | 1001001 | 1010011 | 101000 |
Color Harmonies of #96BA11
Complementary color
Monochromatic Colors of #96BA11
Black with #96BA11
Text Example
Text Example
White with #96BA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BA11; }
p { color: rgb(150,186,17); }
H1.HeaderClassName
{
color: #96BA11;
}
.AnyTagClassName
{
color: #96BA11;
}
</style>
background-color css
<style>
a { background-color: #96BA11; }
a { background-color: rgb(150,186,17); }
div.DivClassName
{
background-color: #96BA11;
}
.BgClassName
{
background-color: #96BA11;
}
</style>
border-color css
<style>
span { border-color: #96BA11; }
span { border-color: rgb(150,186,17); }
td.TdClassName
{
border-color: #96BA11;
}
.TagClassName
{
border-color: #96BA11;
}
</style>