Shades of Citrus #9EB301
Tints of Citrus #9EB301
RGB
CMYK
RGB Variations
Color information
#9EB301 (or 0x9EB301) is known color: Citrus. HEX triplet: 9E, B3 and 01. RGB value is (158,179,1). Sum of RGB (Red+Green+Blue) = 158+179+1=338 (44% of max value = 765). Red value is 158 (62.11% from 255 or 46.75% from 338); Green value is 179 (70.31% from 255 or 52.96% from 338); Blue value is 1 (0.78% from 255 or 0.30% from 338); Max value from RGB is 179 - color contains mainly: green. Hex color #9EB301 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EB301 is #614CFE. Grayscale: #999999. Windows color (decimal): -6376703 or 111518. OLE color: 111518.
HSL color Cylindrical-coordinate representation of color #9EB301: hue angle of 67.08º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9EB301 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 158 | 179 | 1 | - |
| CMYK | 0.12 | 0 | 0.99 | 0.30 |
| HSL | 67.08º | 0.99% | 0.35% | - |
| HSV(B) | 67.08º | 0.99% | 0.7% | - |
| XYZ | 30.23 | 39.51 | 6.06 | - |
| YUV | 152.43 | 42.54 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 179 | 1 | 0.12 | 0 | 0.99 | 0.30 | 67.08 | 0.99 | 0.35 |
| Hex | 9E | B3 | 1 | C | 0 | 63 | 1E | 43 | 63 | 23 |
| Octal | 236 | 263 | 1 | 14 | 0 | 143 | 36 | 103 | 143 | 43 |
| Binary | 10011110 | 10110011 | 1 | 1100 | 0 | 1100011 | 11110 | 1000011 | 1100011 | 100011 |
Color Harmonies of #9EB301
Complementary color
Monochromatic Colors of #9EB301
Black with #9EB301
Text Example
Text Example
White with #9EB301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EB301; }
p { color: rgb(158,179,1); }
H1.HeaderClassName
{
color: #9EB301;
}
.AnyTagClassName
{
color: #9EB301;
}
</style>
background-color css
<style>
a { background-color: #9EB301; }
a { background-color: rgb(158,179,1); }
div.DivClassName
{
background-color: #9EB301;
}
.BgClassName
{
background-color: #9EB301;
}
</style>
border-color css
<style>
span { border-color: #9EB301; }
span { border-color: rgb(158,179,1); }
td.TdClassName
{
border-color: #9EB301;
}
.TagClassName
{
border-color: #9EB301;
}
</style>