Shades of Citrus #9EBA05
Tints of Citrus #9EBA05
RGB
CMYK
RGB Variations
Color information
#9EBA05 (or 0x9EBA05) is known color: Citrus. HEX triplet: 9E, BA and 05. RGB value is (158,186,5). Sum of RGB (Red+Green+Blue) = 158+186+5=349 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.27% from 349); Green value is 186 (73.05% from 255 or 53.30% from 349); Blue value is 5 (2.34% from 255 or 1.43% from 349); Max value from RGB is 186 - color contains mainly: green. Hex color #9EBA05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EBA05 is #6145FA. Grayscale: #9D9D9D. Windows color (decimal): -6374907 or 375454. OLE color: 375454.
HSL color Cylindrical-coordinate representation of color #9EBA05: hue angle of 69.28º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9EBA05 is Cyan = 0.15, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 186 | 5 | - |
| CMYK | 0.15 | 0 | 0.97 | 0.27 |
| HSL | 69.28º | 0.95% | 0.37% | - |
| HSV(B) | 69.28º | 0.97% | 0.73% | - |
| XYZ | 31.69 | 42.4 | 6.66 | - |
| YUV | 156.99 | 42.22 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 186 | 5 | 0.15 | 0 | 0.97 | 0.27 | 69.28 | 0.95 | 0.37 |
| Hex | 9E | BA | 5 | F | 0 | 61 | 1B | 45 | 5F | 25 |
| Octal | 236 | 272 | 5 | 17 | 0 | 141 | 33 | 105 | 137 | 45 |
| Binary | 10011110 | 10111010 | 101 | 1111 | 0 | 1100001 | 11011 | 1000101 | 1011111 | 100101 |
Color Harmonies of #9EBA05
Complementary color
Monochromatic Colors of #9EBA05
Black with #9EBA05
Text Example
Text Example
White with #9EBA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBA05; }
p { color: rgb(158,186,5); }
H1.HeaderClassName
{
color: #9EBA05;
}
.AnyTagClassName
{
color: #9EBA05;
}
</style>
background-color css
<style>
a { background-color: #9EBA05; }
a { background-color: rgb(158,186,5); }
div.DivClassName
{
background-color: #9EBA05;
}
.BgClassName
{
background-color: #9EBA05;
}
</style>
border-color css
<style>
span { border-color: #9EBA05; }
span { border-color: rgb(158,186,5); }
td.TdClassName
{
border-color: #9EBA05;
}
.TagClassName
{
border-color: #9EBA05;
}
</style>