Shades of Citrus #88BA00
Tints of Citrus #88BA00
RGB
CMYK
RGB Variations
Color information
#88BA00 (or 0x88BA00) is known color: Citrus. HEX triplet: 88, BA and 00. RGB value is (136,186,0). Sum of RGB (Red+Green+Blue) = 136+186+0=322 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.24% from 322); Green value is 186 (73.05% from 255 or 57.76% from 322); Blue value is 0 (0.39% from 255 or 0% from 322); Max value from RGB is 186 - color contains mainly: green. Hex color #88BA00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88BA00 is #7745FF. Grayscale: #969696. Windows color (decimal): -7816704 or 47752. OLE color: 47752.
HSL color Cylindrical-coordinate representation of color #88BA00: hue angle of 76.13º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #88BA00 is Cyan = 0.27, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 136 | 186 | 0 | - |
| CMYK | 0.27 | 0 | 1 | 0.27 |
| HSL | 76.13º | 1% | 0.36% | - |
| HSV(B) | 76.13º | 1% | 0.73% | - |
| XYZ | 27.71 | 40.35 | 6.33 | - |
| YUV | 149.85 | 43.44 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 186 | 0 | 0.27 | 0 | 1 | 0.27 | 76.13 | 1 | 0.36 |
| Hex | 88 | BA | 0 | 1B | 0 | 64 | 1B | 4C | 64 | 24 |
| Octal | 210 | 272 | 0 | 33 | 0 | 144 | 33 | 114 | 144 | 44 |
| Binary | 10001000 | 10111010 | 0 | 11011 | 0 | 1100100 | 11011 | 1001100 | 1100100 | 100100 |
Color Harmonies of #88BA00
Complementary color
Monochromatic Colors of #88BA00
Black with #88BA00
Text Example
Text Example
White with #88BA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BA00; }
p { color: rgb(136,186,0); }
H1.HeaderClassName
{
color: #88BA00;
}
.AnyTagClassName
{
color: #88BA00;
}
</style>
background-color css
<style>
a { background-color: #88BA00; }
a { background-color: rgb(136,186,0); }
div.DivClassName
{
background-color: #88BA00;
}
.BgClassName
{
background-color: #88BA00;
}
</style>
border-color css
<style>
span { border-color: #88BA00; }
span { border-color: rgb(136,186,0); }
td.TdClassName
{
border-color: #88BA00;
}
.TagClassName
{
border-color: #88BA00;
}
</style>