Shades of Citron #888E20
Tints of Citron #888E20
RGB
CMYK
RGB Variations
Color information
#888E20 (or 0x888E20) is known color: Citron. HEX triplet: 88, 8E and 20. RGB value is (136,142,32). Sum of RGB (Red+Green+Blue) = 136+142+32=310 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.87% from 310); Green value is 142 (55.86% from 255 or 45.81% from 310); Blue value is 32 (12.89% from 255 or 10.32% from 310); Max value from RGB is 142 - color contains mainly: green. Hex color #888E20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888E20 is #7771DF. Grayscale: #808080. Windows color (decimal): -7827936 or 2133640. OLE color: 2133640.
HSL color Cylindrical-coordinate representation of color #888E20: hue angle of 63.27º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #888E20 is Cyan = 0.04, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 136 | 142 | 32 | - |
| CMYK | 0.04 | 0 | 0.77 | 0.44 |
| HSL | 63.27º | 0.63% | 0.34% | - |
| HSV(B) | 63.27º | 0.77% | 0.56% | - |
| XYZ | 20.09 | 24.68 | 5.07 | - |
| YUV | 127.67 | 74.01 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 142 | 32 | 0.04 | 0 | 0.77 | 0.44 | 63.27 | 0.63 | 0.34 |
| Hex | 88 | 8E | 20 | 4 | 0 | 4D | 2C | 3F | 3F | 22 |
| Octal | 210 | 216 | 40 | 4 | 0 | 115 | 54 | 77 | 77 | 42 |
| Binary | 10001000 | 10001110 | 100000 | 100 | 0 | 1001101 | 101100 | 111111 | 111111 | 100010 |
Color Harmonies of #888E20
Complementary color
Monochromatic Colors of #888E20
Black with #888E20
Text Example
Text Example
White with #888E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888E20; }
p { color: rgb(136,142,32); }
H1.HeaderClassName
{
color: #888E20;
}
.AnyTagClassName
{
color: #888E20;
}
</style>
background-color css
<style>
a { background-color: #888E20; }
a { background-color: rgb(136,142,32); }
div.DivClassName
{
background-color: #888E20;
}
.BgClassName
{
background-color: #888E20;
}
</style>
border-color css
<style>
span { border-color: #888E20; }
span { border-color: rgb(136,142,32); }
td.TdClassName
{
border-color: #888E20;
}
.TagClassName
{
border-color: #888E20;
}
</style>