Shades of Citrus #9EBA08
Tints of Citrus #9EBA08
RGB
CMYK
RGB Variations
Color information
#9EBA08 (or 0x9EBA08) is known color: Citrus. HEX triplet: 9E, BA and 08. RGB value is (158,186,8). Sum of RGB (Red+Green+Blue) = 158+186+8=352 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.89% from 352); Green value is 186 (73.05% from 255 or 52.84% from 352); Blue value is 8 (3.52% from 255 or 2.27% from 352); Max value from RGB is 186 - color contains mainly: green. Hex color #9EBA08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EBA08 is #6145F7. Grayscale: #9E9E9E. Windows color (decimal): -6374904 or 572062. OLE color: 572062.
HSL color Cylindrical-coordinate representation of color #9EBA08: hue angle of 69.44º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9EBA08 is Cyan = 0.15, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 186 | 8 | - |
| CMYK | 0.15 | 0 | 0.96 | 0.27 |
| HSL | 69.44º | 0.92% | 0.38% | - |
| HSV(B) | 69.44º | 0.96% | 0.73% | - |
| XYZ | 31.7 | 42.4 | 6.74 | - |
| YUV | 157.34 | 43.72 | 128.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 186 | 8 | 0.15 | 0 | 0.96 | 0.27 | 69.44 | 0.92 | 0.38 |
| Hex | 9E | BA | 8 | F | 0 | 60 | 1B | 45 | 5C | 26 |
| Octal | 236 | 272 | 10 | 17 | 0 | 140 | 33 | 105 | 134 | 46 |
| Binary | 10011110 | 10111010 | 1000 | 1111 | 0 | 1100000 | 11011 | 1000101 | 1011100 | 100110 |
Color Harmonies of #9EBA08
Complementary color
Monochromatic Colors of #9EBA08
Black with #9EBA08
Text Example
Text Example
White with #9EBA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBA08; }
p { color: rgb(158,186,8); }
H1.HeaderClassName
{
color: #9EBA08;
}
.AnyTagClassName
{
color: #9EBA08;
}
</style>
background-color css
<style>
a { background-color: #9EBA08; }
a { background-color: rgb(158,186,8); }
div.DivClassName
{
background-color: #9EBA08;
}
.BgClassName
{
background-color: #9EBA08;
}
</style>
border-color css
<style>
span { border-color: #9EBA08; }
span { border-color: rgb(158,186,8); }
td.TdClassName
{
border-color: #9EBA08;
}
.TagClassName
{
border-color: #9EBA08;
}
</style>