Shades of Citrus #9EBA11
Tints of Citrus #9EBA11
RGB
CMYK
RGB Variations
Color information
#9EBA11 (or 0x9EBA11) is known color: Citrus. HEX triplet: 9E, BA and 11. RGB value is (158,186,17). Sum of RGB (Red+Green+Blue) = 158+186+17=361 (47% of max value = 765). Red value is 158 (62.11% from 255 or 43.77% from 361); Green value is 186 (73.05% from 255 or 51.52% from 361); Blue value is 17 (7.03% from 255 or 4.71% from 361); Max value from RGB is 186 - color contains mainly: green. Hex color #9EBA11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EBA11 is #6145EE. Grayscale: #9F9F9F. Windows color (decimal): -6374895 or 1161886. OLE color: 1161886.
HSL color Cylindrical-coordinate representation of color #9EBA11: hue angle of 69.94º 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 #9EBA11 is Cyan = 0.15, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 186 | 17 | - |
| CMYK | 0.15 | 0 | 0.91 | 0.27 |
| HSL | 69.94º | 0.83% | 0.4% | - |
| HSV(B) | 69.94º | 0.91% | 0.73% | - |
| XYZ | 31.76 | 42.43 | 7.05 | - |
| YUV | 158.36 | 48.22 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 186 | 17 | 0.15 | 0 | 0.91 | 0.27 | 69.94 | 0.83 | 0.4 |
| Hex | 9E | BA | 11 | F | 0 | 5B | 1B | 46 | 53 | 28 |
| Octal | 236 | 272 | 21 | 17 | 0 | 133 | 33 | 106 | 123 | 50 |
| Binary | 10011110 | 10111010 | 10001 | 1111 | 0 | 1011011 | 11011 | 1000110 | 1010011 | 101000 |
Color Harmonies of #9EBA11
Complementary color
Monochromatic Colors of #9EBA11
Black with #9EBA11
Text Example
Text Example
White with #9EBA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBA11; }
p { color: rgb(158,186,17); }
H1.HeaderClassName
{
color: #9EBA11;
}
.AnyTagClassName
{
color: #9EBA11;
}
</style>
background-color css
<style>
a { background-color: #9EBA11; }
a { background-color: rgb(158,186,17); }
div.DivClassName
{
background-color: #9EBA11;
}
.BgClassName
{
background-color: #9EBA11;
}
</style>
border-color css
<style>
span { border-color: #9EBA11; }
span { border-color: rgb(158,186,17); }
td.TdClassName
{
border-color: #9EBA11;
}
.TagClassName
{
border-color: #9EBA11;
}
</style>