Shades of Citron #9E9E25
Tints of Citron #9E9E25
RGB
CMYK
RGB Variations
Color information
#9E9E25 (or 0x9E9E25) is known color: Citron. HEX triplet: 9E, 9E and 25. RGB value is (158,158,37). Sum of RGB (Red+Green+Blue) = 158+158+37=353 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.76% from 353); Green value is 158 (62.11% from 255 or 44.76% from 353); Blue value is 37 (14.84% from 255 or 10.48% from 353); Max value from RGB is 158 - color contains mainly: red, green. Hex color #9E9E25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E9E25 is #6161DA. Grayscale: #909090. Windows color (decimal): -6382043 or 2465438. OLE color: 2465438.
HSL color Cylindrical-coordinate representation of color #9E9E25: hue angle of 60º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9E9E25 is Cyan = 0, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 158 | 37 | - |
| CMYK | 0 | 0 | 0.77 | 0.38 |
| HSL | 60º | 0.62% | 0.38% | - |
| HSV(B) | 60º | 0.77% | 0.62% | - |
| XYZ | 26.66 | 31.86 | 6.49 | - |
| YUV | 144.21 | 67.5 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 158 | 37 | 0 | 0 | 0.77 | 0.38 | 60 | 0.62 | 0.38 |
| Hex | 9E | 9E | 25 | 0 | 0 | 4D | 26 | 3C | 3E | 26 |
| Octal | 236 | 236 | 45 | 0 | 0 | 115 | 46 | 74 | 76 | 46 |
| Binary | 10011110 | 10011110 | 100101 | 0 | 0 | 1001101 | 100110 | 111100 | 111110 | 100110 |
Color Harmonies of #9E9E25
Complementary color
Monochromatic Colors of #9E9E25
Black with #9E9E25
Text Example
Text Example
White with #9E9E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9E25; }
p { color: rgb(158,158,37); }
H1.HeaderClassName
{
color: #9E9E25;
}
.AnyTagClassName
{
color: #9E9E25;
}
</style>
background-color css
<style>
a { background-color: #9E9E25; }
a { background-color: rgb(158,158,37); }
div.DivClassName
{
background-color: #9E9E25;
}
.BgClassName
{
background-color: #9E9E25;
}
</style>
border-color css
<style>
span { border-color: #9E9E25; }
span { border-color: rgb(158,158,37); }
td.TdClassName
{
border-color: #9E9E25;
}
.TagClassName
{
border-color: #9E9E25;
}
</style>