Shades of Citrus #9EBA03
Tints of Citrus #9EBA03
RGB
CMYK
RGB Variations
Color information
#9EBA03 (or 0x9EBA03) is known color: Citrus. HEX triplet: 9E, BA and 03. RGB value is (158,186,3). Sum of RGB (Red+Green+Blue) = 158+186+3=347 (45% of max value = 765). Red value is 158 (62.11% from 255 or 45.53% from 347); Green value is 186 (73.05% from 255 or 53.60% from 347); Blue value is 3 (1.56% from 255 or 0.86% from 347); Max value from RGB is 186 - color contains mainly: green. Hex color #9EBA03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EBA03 is #6145FC. Grayscale: #9D9D9D. Windows color (decimal): -6374909 or 244382. OLE color: 244382.
HSL color Cylindrical-coordinate representation of color #9EBA03: hue angle of 69.18º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9EBA03 is Cyan = 0.15, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 186 | 3 | - |
| CMYK | 0.15 | 0 | 0.98 | 0.27 |
| HSL | 69.18º | 0.97% | 0.37% | - |
| HSV(B) | 69.18º | 0.98% | 0.73% | - |
| XYZ | 31.68 | 42.39 | 6.6 | - |
| YUV | 156.77 | 41.22 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 186 | 3 | 0.15 | 0 | 0.98 | 0.27 | 69.18 | 0.97 | 0.37 |
| Hex | 9E | BA | 3 | F | 0 | 62 | 1B | 45 | 61 | 25 |
| Octal | 236 | 272 | 3 | 17 | 0 | 142 | 33 | 105 | 141 | 45 |
| Binary | 10011110 | 10111010 | 11 | 1111 | 0 | 1100010 | 11011 | 1000101 | 1100001 | 100101 |
Color Harmonies of #9EBA03
Complementary color
Monochromatic Colors of #9EBA03
Black with #9EBA03
Text Example
Text Example
White with #9EBA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBA03; }
p { color: rgb(158,186,3); }
H1.HeaderClassName
{
color: #9EBA03;
}
.AnyTagClassName
{
color: #9EBA03;
}
</style>
background-color css
<style>
a { background-color: #9EBA03; }
a { background-color: rgb(158,186,3); }
div.DivClassName
{
background-color: #9EBA03;
}
.BgClassName
{
background-color: #9EBA03;
}
</style>
border-color css
<style>
span { border-color: #9EBA03; }
span { border-color: rgb(158,186,3); }
td.TdClassName
{
border-color: #9EBA03;
}
.TagClassName
{
border-color: #9EBA03;
}
</style>