Shades of Citron #888F14
Tints of Citron #888F14
RGB
CMYK
RGB Variations
Color information
#888F14 (or 0x888F14) is known color: Citron. HEX triplet: 88, 8F and 14. RGB value is (136,143,20). Sum of RGB (Red+Green+Blue) = 136+143+20=299 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.48% from 299); Green value is 143 (56.25% from 255 or 47.83% from 299); Blue value is 20 (8.20% from 255 or 6.69% from 299); Max value from RGB is 143 - color contains mainly: green. Hex color #888F14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #888F14 is #7770EB. Grayscale: #7F7F7F. Windows color (decimal): -7827692 or 1347464. OLE color: 1347464.
HSL color Cylindrical-coordinate representation of color #888F14: hue angle of 63.41º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #888F14 is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 136 | 143 | 20 | - |
| CMYK | 0.05 | 0 | 0.86 | 0.44 |
| HSL | 63.41º | 0.75% | 0.32% | - |
| HSV(B) | 63.41º | 0.86% | 0.56% | - |
| XYZ | 20.1 | 24.93 | 4.41 | - |
| YUV | 126.89 | 67.68 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 143 | 20 | 0.05 | 0 | 0.86 | 0.44 | 63.41 | 0.75 | 0.32 |
| Hex | 88 | 8F | 14 | 5 | 0 | 56 | 2C | 3F | 4B | 20 |
| Octal | 210 | 217 | 24 | 5 | 0 | 126 | 54 | 77 | 113 | 40 |
| Binary | 10001000 | 10001111 | 10100 | 101 | 0 | 1010110 | 101100 | 111111 | 1001011 | 100000 |
Color Harmonies of #888F14
Complementary color
Monochromatic Colors of #888F14
Black with #888F14
Text Example
Text Example
White with #888F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888F14; }
p { color: rgb(136,143,20); }
H1.HeaderClassName
{
color: #888F14;
}
.AnyTagClassName
{
color: #888F14;
}
</style>
background-color css
<style>
a { background-color: #888F14; }
a { background-color: rgb(136,143,20); }
div.DivClassName
{
background-color: #888F14;
}
.BgClassName
{
background-color: #888F14;
}
</style>
border-color css
<style>
span { border-color: #888F14; }
span { border-color: rgb(136,143,20); }
td.TdClassName
{
border-color: #888F14;
}
.TagClassName
{
border-color: #888F14;
}
</style>