Shades of Citron #888D18
Tints of Citron #888D18
RGB
CMYK
RGB Variations
Color information
#888D18 (or 0x888D18) is known color: Citron. HEX triplet: 88, 8D and 18. RGB value is (136,141,24). Sum of RGB (Red+Green+Blue) = 136+141+24=301 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.18% from 301); Green value is 141 (55.47% from 255 or 46.84% from 301); Blue value is 24 (9.77% from 255 or 7.97% from 301); Max value from RGB is 141 - color contains mainly: green. Hex color #888D18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #888D18 is #7772E7. Grayscale: #7E7E7E. Windows color (decimal): -7828200 or 1609096. OLE color: 1609096.
HSL color Cylindrical-coordinate representation of color #888D18: hue angle of 62.56º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #888D18 is Cyan = 0.04, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 141 | 24 | - |
| CMYK | 0.04 | 0 | 0.83 | 0.45 |
| HSL | 62.56º | 0.71% | 0.32% | - |
| HSV(B) | 62.56º | 0.83% | 0.55% | - |
| XYZ | 19.84 | 24.35 | 4.52 | - |
| YUV | 126.17 | 70.34 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 141 | 24 | 0.04 | 0 | 0.83 | 0.45 | 62.56 | 0.71 | 0.32 |
| Hex | 88 | 8D | 18 | 4 | 0 | 53 | 2D | 3F | 47 | 20 |
| Octal | 210 | 215 | 30 | 4 | 0 | 123 | 55 | 77 | 107 | 40 |
| Binary | 10001000 | 10001101 | 11000 | 100 | 0 | 1010011 | 101101 | 111111 | 1000111 | 100000 |
Color Harmonies of #888D18
Complementary color
Monochromatic Colors of #888D18
Black with #888D18
Text Example
Text Example
White with #888D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888D18; }
p { color: rgb(136,141,24); }
H1.HeaderClassName
{
color: #888D18;
}
.AnyTagClassName
{
color: #888D18;
}
</style>
background-color css
<style>
a { background-color: #888D18; }
a { background-color: rgb(136,141,24); }
div.DivClassName
{
background-color: #888D18;
}
.BgClassName
{
background-color: #888D18;
}
</style>
border-color css
<style>
span { border-color: #888D18; }
span { border-color: rgb(136,141,24); }
td.TdClassName
{
border-color: #888D18;
}
.TagClassName
{
border-color: #888D18;
}
</style>