Shades of Citrus #9EB101
Tints of Citrus #9EB101
RGB
CMYK
RGB Variations
Color information
#9EB101 (or 0x9EB101) is known color: Citrus. HEX triplet: 9E, B1 and 01. RGB value is (158,177,1). Sum of RGB (Red+Green+Blue) = 158+177+1=336 (44% of max value = 765). Red value is 158 (62.11% from 255 or 47.02% from 336); Green value is 177 (69.53% from 255 or 52.68% from 336); Blue value is 1 (0.78% from 255 or 0.30% from 336); Max value from RGB is 177 - color contains mainly: green. Hex color #9EB101 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9EB101 is #614EFE. Grayscale: #979797. Windows color (decimal): -6377215 or 111006. OLE color: 111006.
HSL color Cylindrical-coordinate representation of color #9EB101: hue angle of 66.48º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9EB101 is Cyan = 0.11, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 158 | 177 | 1 | - |
| CMYK | 0.11 | 0 | 0.99 | 0.31 |
| HSL | 66.48º | 0.99% | 0.35% | - |
| HSV(B) | 66.48º | 0.99% | 0.69% | - |
| XYZ | 29.83 | 38.72 | 5.93 | - |
| YUV | 151.26 | 43.21 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 177 | 1 | 0.11 | 0 | 0.99 | 0.31 | 66.48 | 0.99 | 0.35 |
| Hex | 9E | B1 | 1 | B | 0 | 63 | 1F | 42 | 63 | 23 |
| Octal | 236 | 261 | 1 | 13 | 0 | 143 | 37 | 102 | 143 | 43 |
| Binary | 10011110 | 10110001 | 1 | 1011 | 0 | 1100011 | 11111 | 1000010 | 1100011 | 100011 |
Color Harmonies of #9EB101
Complementary color
Monochromatic Colors of #9EB101
Black with #9EB101
Text Example
Text Example
White with #9EB101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EB101; }
p { color: rgb(158,177,1); }
H1.HeaderClassName
{
color: #9EB101;
}
.AnyTagClassName
{
color: #9EB101;
}
</style>
background-color css
<style>
a { background-color: #9EB101; }
a { background-color: rgb(158,177,1); }
div.DivClassName
{
background-color: #9EB101;
}
.BgClassName
{
background-color: #9EB101;
}
</style>
border-color css
<style>
span { border-color: #9EB101; }
span { border-color: rgb(158,177,1); }
td.TdClassName
{
border-color: #9EB101;
}
.TagClassName
{
border-color: #9EB101;
}
</style>