Shades of Citrus #9EB90B
Tints of Citrus #9EB90B
RGB
CMYK
RGB Variations
Color information
#9EB90B (or 0x9EB90B) is known color: Citrus. HEX triplet: 9E, B9 and 0B. RGB value is (158,185,11). Sum of RGB (Red+Green+Blue) = 158+185+11=354 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.63% from 354); Green value is 185 (72.66% from 255 or 52.26% from 354); Blue value is 11 (4.69% from 255 or 3.11% from 354); Max value from RGB is 185 - color contains mainly: green. Hex color #9EB90B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EB90B is #6146F4. Grayscale: #9D9D9D. Windows color (decimal): -6375157 or 768414. OLE color: 768414.
HSL color Cylindrical-coordinate representation of color #9EB90B: hue angle of 69.31º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9EB90B is Cyan = 0.15, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 185 | 11 | - |
| CMYK | 0.15 | 0 | 0.94 | 0.27 |
| HSL | 69.31º | 0.89% | 0.38% | - |
| HSV(B) | 69.31º | 0.94% | 0.73% | - |
| XYZ | 31.51 | 41.99 | 6.76 | - |
| YUV | 157.09 | 45.55 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 185 | 11 | 0.15 | 0 | 0.94 | 0.27 | 69.31 | 0.89 | 0.38 |
| Hex | 9E | B9 | B | F | 0 | 5E | 1B | 45 | 59 | 26 |
| Octal | 236 | 271 | 13 | 17 | 0 | 136 | 33 | 105 | 131 | 46 |
| Binary | 10011110 | 10111001 | 1011 | 1111 | 0 | 1011110 | 11011 | 1000101 | 1011001 | 100110 |
Color Harmonies of #9EB90B
Complementary color
Monochromatic Colors of #9EB90B
Black with #9EB90B
Text Example
Text Example
White with #9EB90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EB90B; }
p { color: rgb(158,185,11); }
H1.HeaderClassName
{
color: #9EB90B;
}
.AnyTagClassName
{
color: #9EB90B;
}
</style>
background-color css
<style>
a { background-color: #9EB90B; }
a { background-color: rgb(158,185,11); }
div.DivClassName
{
background-color: #9EB90B;
}
.BgClassName
{
background-color: #9EB90B;
}
</style>
border-color css
<style>
span { border-color: #9EB90B; }
span { border-color: rgb(158,185,11); }
td.TdClassName
{
border-color: #9EB90B;
}
.TagClassName
{
border-color: #9EB90B;
}
</style>