Shades of Citrus #88BB01
Tints of Citrus #88BB01
RGB
CMYK
RGB Variations
Color information
#88BB01 (or 0x88BB01) is known color: Citrus. HEX triplet: 88, BB and 01. RGB value is (136,187,1). Sum of RGB (Red+Green+Blue) = 136+187+1=324 (42% of max value = 765). Red value is 136 (53.52% from 255 or 41.98% from 324); Green value is 187 (73.44% from 255 or 57.72% from 324); Blue value is 1 (0.78% from 255 or 0.31% from 324); Max value from RGB is 187 - color contains mainly: green. Hex color #88BB01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88BB01 is #7744FE. Grayscale: #979797. Windows color (decimal): -7816447 or 113544. OLE color: 113544.
HSL color Cylindrical-coordinate representation of color #88BB01: hue angle of 76.45º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #88BB01 is Cyan = 0.27, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 136 | 187 | 1 | - |
| CMYK | 0.27 | 0 | 0.99 | 0.27 |
| HSL | 76.45º | 0.99% | 0.37% | - |
| HSV(B) | 76.45º | 0.99% | 0.73% | - |
| XYZ | 27.93 | 40.78 | 6.43 | - |
| YUV | 150.55 | 43.6 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 187 | 1 | 0.27 | 0 | 0.99 | 0.27 | 76.45 | 0.99 | 0.37 |
| Hex | 88 | BB | 1 | 1B | 0 | 63 | 1B | 4C | 63 | 25 |
| Octal | 210 | 273 | 1 | 33 | 0 | 143 | 33 | 114 | 143 | 45 |
| Binary | 10001000 | 10111011 | 1 | 11011 | 0 | 1100011 | 11011 | 1001100 | 1100011 | 100101 |
Color Harmonies of #88BB01
Complementary color
Monochromatic Colors of #88BB01
Black with #88BB01
Text Example
Text Example
White with #88BB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BB01; }
p { color: rgb(136,187,1); }
H1.HeaderClassName
{
color: #88BB01;
}
.AnyTagClassName
{
color: #88BB01;
}
</style>
background-color css
<style>
a { background-color: #88BB01; }
a { background-color: rgb(136,187,1); }
div.DivClassName
{
background-color: #88BB01;
}
.BgClassName
{
background-color: #88BB01;
}
</style>
border-color css
<style>
span { border-color: #88BB01; }
span { border-color: rgb(136,187,1); }
td.TdClassName
{
border-color: #88BB01;
}
.TagClassName
{
border-color: #88BB01;
}
</style>