Shades of Citron #888E1D
Tints of Citron #888E1D
RGB
CMYK
RGB Variations
Color information
#888E1D (or 0x888E1D) is known color: Citron. HEX triplet: 88, 8E and 1D. RGB value is (136,142,29). Sum of RGB (Red+Green+Blue) = 136+142+29=307 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.30% from 307); Green value is 142 (55.86% from 255 or 46.25% from 307); Blue value is 29 (11.72% from 255 or 9.45% from 307); Max value from RGB is 142 - color contains mainly: green. Hex color #888E1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888E1D is #7771E2. Grayscale: #7F7F7F. Windows color (decimal): -7827939 or 1937032. OLE color: 1937032.
HSL color Cylindrical-coordinate representation of color #888E1D: hue angle of 63.19º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #888E1D is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 136 | 142 | 29 | - |
| CMYK | 0.04 | 0 | 0.80 | 0.44 |
| HSL | 63.19º | 0.66% | 0.34% | - |
| HSV(B) | 63.19º | 0.8% | 0.56% | - |
| XYZ | 20.05 | 24.67 | 4.87 | - |
| YUV | 127.32 | 72.51 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 142 | 29 | 0.04 | 0 | 0.80 | 0.44 | 63.19 | 0.66 | 0.34 |
| Hex | 88 | 8E | 1D | 4 | 0 | 50 | 2C | 3F | 42 | 22 |
| Octal | 210 | 216 | 35 | 4 | 0 | 120 | 54 | 77 | 102 | 42 |
| Binary | 10001000 | 10001110 | 11101 | 100 | 0 | 1010000 | 101100 | 111111 | 1000010 | 100010 |
Color Harmonies of #888E1D
Complementary color
Monochromatic Colors of #888E1D
Black with #888E1D
Text Example
Text Example
White with #888E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888E1D; }
p { color: rgb(136,142,29); }
H1.HeaderClassName
{
color: #888E1D;
}
.AnyTagClassName
{
color: #888E1D;
}
</style>
background-color css
<style>
a { background-color: #888E1D; }
a { background-color: rgb(136,142,29); }
div.DivClassName
{
background-color: #888E1D;
}
.BgClassName
{
background-color: #888E1D;
}
</style>
border-color css
<style>
span { border-color: #888E1D; }
span { border-color: rgb(136,142,29); }
td.TdClassName
{
border-color: #888E1D;
}
.TagClassName
{
border-color: #888E1D;
}
</style>