Shades of Citron #888F27
Tints of Citron #888F27
RGB
CMYK
RGB Variations
Color information
#888F27 (or 0x888F27) is known color: Citron. HEX triplet: 88, 8F and 27. RGB value is (136,143,39). Sum of RGB (Red+Green+Blue) = 136+143+39=318 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.77% from 318); Green value is 143 (56.25% from 255 or 44.97% from 318); Blue value is 39 (15.62% from 255 or 12.26% from 318); Max value from RGB is 143 - color contains mainly: green. Hex color #888F27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888F27 is #7770D8. Grayscale: #818181. Windows color (decimal): -7827673 or 2592648. OLE color: 2592648.
HSL color Cylindrical-coordinate representation of color #888F27: hue angle of 64.04º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #888F27 is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 136 | 143 | 39 | - |
| CMYK | 0.05 | 0 | 0.73 | 0.44 |
| HSL | 64.04º | 0.57% | 0.36% | - |
| HSV(B) | 64.04º | 0.73% | 0.56% | - |
| XYZ | 20.34 | 25.03 | 5.68 | - |
| YUV | 129.05 | 77.18 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 143 | 39 | 0.05 | 0 | 0.73 | 0.44 | 64.04 | 0.57 | 0.36 |
| Hex | 88 | 8F | 27 | 5 | 0 | 49 | 2C | 40 | 39 | 24 |
| Octal | 210 | 217 | 47 | 5 | 0 | 111 | 54 | 100 | 71 | 44 |
| Binary | 10001000 | 10001111 | 100111 | 101 | 0 | 1001001 | 101100 | 1000000 | 111001 | 100100 |
Color Harmonies of #888F27
Complementary color
Monochromatic Colors of #888F27
Black with #888F27
Text Example
Text Example
White with #888F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888F27; }
p { color: rgb(136,143,39); }
H1.HeaderClassName
{
color: #888F27;
}
.AnyTagClassName
{
color: #888F27;
}
</style>
background-color css
<style>
a { background-color: #888F27; }
a { background-color: rgb(136,143,39); }
div.DivClassName
{
background-color: #888F27;
}
.BgClassName
{
background-color: #888F27;
}
</style>
border-color css
<style>
span { border-color: #888F27; }
span { border-color: rgb(136,143,39); }
td.TdClassName
{
border-color: #888F27;
}
.TagClassName
{
border-color: #888F27;
}
</style>