Shades of Citrus #9EBA07
Tints of Citrus #9EBA07
RGB
CMYK
RGB Variations
Color information
#9EBA07 (or 0x9EBA07) is known color: Citrus. HEX triplet: 9E, BA and 07. RGB value is (158,186,7). Sum of RGB (Red+Green+Blue) = 158+186+7=351 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.01% from 351); Green value is 186 (73.05% from 255 or 52.99% from 351); Blue value is 7 (3.12% from 255 or 1.99% from 351); Max value from RGB is 186 - color contains mainly: green. Hex color #9EBA07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EBA07 is #6145F8. Grayscale: #9D9D9D. Windows color (decimal): -6374905 or 506526. OLE color: 506526.
HSL color Cylindrical-coordinate representation of color #9EBA07: hue angle of 69.39º degrees, saturation: 0.93, 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 #9EBA07 is Cyan = 0.15, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 186 | 7 | - |
| CMYK | 0.15 | 0 | 0.96 | 0.27 |
| HSL | 69.39º | 0.93% | 0.38% | - |
| HSV(B) | 69.39º | 0.96% | 0.73% | - |
| XYZ | 31.7 | 42.4 | 6.71 | - |
| YUV | 157.22 | 43.22 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 186 | 7 | 0.15 | 0 | 0.96 | 0.27 | 69.39 | 0.93 | 0.38 |
| Hex | 9E | BA | 7 | F | 0 | 60 | 1B | 45 | 5D | 26 |
| Octal | 236 | 272 | 7 | 17 | 0 | 140 | 33 | 105 | 135 | 46 |
| Binary | 10011110 | 10111010 | 111 | 1111 | 0 | 1100000 | 11011 | 1000101 | 1011101 | 100110 |
Color Harmonies of #9EBA07
Complementary color
Monochromatic Colors of #9EBA07
Black with #9EBA07
Text Example
Text Example
White with #9EBA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBA07; }
p { color: rgb(158,186,7); }
H1.HeaderClassName
{
color: #9EBA07;
}
.AnyTagClassName
{
color: #9EBA07;
}
</style>
background-color css
<style>
a { background-color: #9EBA07; }
a { background-color: rgb(158,186,7); }
div.DivClassName
{
background-color: #9EBA07;
}
.BgClassName
{
background-color: #9EBA07;
}
</style>
border-color css
<style>
span { border-color: #9EBA07; }
span { border-color: rgb(158,186,7); }
td.TdClassName
{
border-color: #9EBA07;
}
.TagClassName
{
border-color: #9EBA07;
}
</style>