Shades of Citron #888F16
Tints of Citron #888F16
RGB
CMYK
RGB Variations
Color information
#888F16 (or 0x888F16) is known color: Citron. HEX triplet: 88, 8F and 16. RGB value is (136,143,22). Sum of RGB (Red+Green+Blue) = 136+143+22=301 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.18% from 301); Green value is 143 (56.25% from 255 or 47.51% from 301); Blue value is 22 (8.98% from 255 or 7.31% from 301); Max value from RGB is 143 - color contains mainly: green. Hex color #888F16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #888F16 is #7770E9. Grayscale: #7F7F7F. Windows color (decimal): -7827690 or 1478536. OLE color: 1478536.
HSL color Cylindrical-coordinate representation of color #888F16: hue angle of 63.47º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #888F16 is Cyan = 0.05, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 136 | 143 | 22 | - |
| CMYK | 0.05 | 0 | 0.85 | 0.44 |
| HSL | 63.47º | 0.73% | 0.32% | - |
| HSV(B) | 63.47º | 0.85% | 0.56% | - |
| XYZ | 20.12 | 24.94 | 4.51 | - |
| YUV | 127.11 | 68.68 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 143 | 22 | 0.05 | 0 | 0.85 | 0.44 | 63.47 | 0.73 | 0.32 |
| Hex | 88 | 8F | 16 | 5 | 0 | 55 | 2C | 3F | 49 | 20 |
| Octal | 210 | 217 | 26 | 5 | 0 | 125 | 54 | 77 | 111 | 40 |
| Binary | 10001000 | 10001111 | 10110 | 101 | 0 | 1010101 | 101100 | 111111 | 1001001 | 100000 |
Color Harmonies of #888F16
Complementary color
Monochromatic Colors of #888F16
Black with #888F16
Text Example
Text Example
White with #888F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888F16; }
p { color: rgb(136,143,22); }
H1.HeaderClassName
{
color: #888F16;
}
.AnyTagClassName
{
color: #888F16;
}
</style>
background-color css
<style>
a { background-color: #888F16; }
a { background-color: rgb(136,143,22); }
div.DivClassName
{
background-color: #888F16;
}
.BgClassName
{
background-color: #888F16;
}
</style>
border-color css
<style>
span { border-color: #888F16; }
span { border-color: rgb(136,143,22); }
td.TdClassName
{
border-color: #888F16;
}
.TagClassName
{
border-color: #888F16;
}
</style>