Shades of Citrus #9EBD03
Tints of Citrus #9EBD03
RGB
CMYK
RGB Variations
Color information
#9EBD03 (or 0x9EBD03) is known color: Citrus. HEX triplet: 9E, BD and 03. RGB value is (158,189,3). Sum of RGB (Red+Green+Blue) = 158+189+3=350 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.14% from 350); Green value is 189 (74.22% from 255 or 54% from 350); Blue value is 3 (1.56% from 255 or 0.86% from 350); Max value from RGB is 189 - color contains mainly: green. Hex color #9EBD03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EBD03 is #6142FC. Grayscale: #9F9F9F. Windows color (decimal): -6374141 or 245150. OLE color: 245150.
HSL color Cylindrical-coordinate representation of color #9EBD03: hue angle of 70º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9EBD03 is Cyan = 0.16, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 189 | 3 | - |
| CMYK | 0.16 | 0 | 0.98 | 0.26 |
| HSL | 70º | 0.97% | 0.38% | - |
| HSV(B) | 70º | 0.98% | 0.74% | - |
| XYZ | 32.31 | 43.67 | 6.81 | - |
| YUV | 158.53 | 40.23 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 189 | 3 | 0.16 | 0 | 0.98 | 0.26 | 70 | 0.97 | 0.38 |
| Hex | 9E | BD | 3 | 10 | 0 | 62 | 1A | 46 | 61 | 26 |
| Octal | 236 | 275 | 3 | 20 | 0 | 142 | 32 | 106 | 141 | 46 |
| Binary | 10011110 | 10111101 | 11 | 10000 | 0 | 1100010 | 11010 | 1000110 | 1100001 | 100110 |
Color Harmonies of #9EBD03
Complementary color
Monochromatic Colors of #9EBD03
Black with #9EBD03
Text Example
Text Example
White with #9EBD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBD03; }
p { color: rgb(158,189,3); }
H1.HeaderClassName
{
color: #9EBD03;
}
.AnyTagClassName
{
color: #9EBD03;
}
</style>
background-color css
<style>
a { background-color: #9EBD03; }
a { background-color: rgb(158,189,3); }
div.DivClassName
{
background-color: #9EBD03;
}
.BgClassName
{
background-color: #9EBD03;
}
</style>
border-color css
<style>
span { border-color: #9EBD03; }
span { border-color: rgb(158,189,3); }
td.TdClassName
{
border-color: #9EBD03;
}
.TagClassName
{
border-color: #9EBD03;
}
</style>