Shades of Citrus #88B804
Tints of Citrus #88B804
RGB
CMYK
RGB Variations
Color information
#88B804 (or 0x88B804) is known color: Citrus. HEX triplet: 88, B8 and 04. RGB value is (136,184,4). Sum of RGB (Red+Green+Blue) = 136+184+4=324 (42% of max value = 765). Red value is 136 (53.52% from 255 or 41.98% from 324); Green value is 184 (72.27% from 255 or 56.79% from 324); Blue value is 4 (1.95% from 255 or 1.23% from 324); Max value from RGB is 184 - color contains mainly: green. Hex color #88B804 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88B804 is #7747FB. Grayscale: #959595. Windows color (decimal): -7817212 or 309384. OLE color: 309384.
HSL color Cylindrical-coordinate representation of color #88B804: hue angle of 76º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #88B804 is Cyan = 0.26, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 136 | 184 | 4 | - |
| CMYK | 0.26 | 0 | 0.98 | 0.28 |
| HSL | 76º | 0.96% | 0.37% | - |
| HSV(B) | 76º | 0.98% | 0.72% | - |
| XYZ | 27.32 | 39.52 | 6.3 | - |
| YUV | 149.13 | 46.1 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 184 | 4 | 0.26 | 0 | 0.98 | 0.28 | 76 | 0.96 | 0.37 |
| Hex | 88 | B8 | 4 | 1A | 0 | 62 | 1C | 4C | 60 | 25 |
| Octal | 210 | 270 | 4 | 32 | 0 | 142 | 34 | 114 | 140 | 45 |
| Binary | 10001000 | 10111000 | 100 | 11010 | 0 | 1100010 | 11100 | 1001100 | 1100000 | 100101 |
Color Harmonies of #88B804
Complementary color
Monochromatic Colors of #88B804
Black with #88B804
Text Example
Text Example
White with #88B804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88B804; }
p { color: rgb(136,184,4); }
H1.HeaderClassName
{
color: #88B804;
}
.AnyTagClassName
{
color: #88B804;
}
</style>
background-color css
<style>
a { background-color: #88B804; }
a { background-color: rgb(136,184,4); }
div.DivClassName
{
background-color: #88B804;
}
.BgClassName
{
background-color: #88B804;
}
</style>
border-color css
<style>
span { border-color: #88B804; }
span { border-color: rgb(136,184,4); }
td.TdClassName
{
border-color: #88B804;
}
.TagClassName
{
border-color: #88B804;
}
</style>