Shades of Citrus #88BA08
Tints of Citrus #88BA08
RGB
CMYK
RGB Variations
Color information
#88BA08 (or 0x88BA08) is known color: Citrus. HEX triplet: 88, BA and 08. RGB value is (136,186,8). Sum of RGB (Red+Green+Blue) = 136+186+8=330 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.21% from 330); Green value is 186 (73.05% from 255 or 56.36% from 330); Blue value is 8 (3.52% from 255 or 2.42% from 330); Max value from RGB is 186 - color contains mainly: green. Hex color #88BA08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88BA08 is #7745F7. Grayscale: #979797. Windows color (decimal): -7816696 or 572040. OLE color: 572040.
HSL color Cylindrical-coordinate representation of color #88BA08: hue angle of 76.85º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #88BA08 is Cyan = 0.27, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 136 | 186 | 8 | - |
| CMYK | 0.27 | 0 | 0.96 | 0.27 |
| HSL | 76.85º | 0.92% | 0.38% | - |
| HSV(B) | 76.85º | 0.96% | 0.73% | - |
| XYZ | 27.76 | 40.37 | 6.56 | - |
| YUV | 150.76 | 47.44 | 117.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 186 | 8 | 0.27 | 0 | 0.96 | 0.27 | 76.85 | 0.92 | 0.38 |
| Hex | 88 | BA | 8 | 1B | 0 | 60 | 1B | 4D | 5C | 26 |
| Octal | 210 | 272 | 10 | 33 | 0 | 140 | 33 | 115 | 134 | 46 |
| Binary | 10001000 | 10111010 | 1000 | 11011 | 0 | 1100000 | 11011 | 1001101 | 1011100 | 100110 |
Color Harmonies of #88BA08
Complementary color
Monochromatic Colors of #88BA08
Black with #88BA08
Text Example
Text Example
White with #88BA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BA08; }
p { color: rgb(136,186,8); }
H1.HeaderClassName
{
color: #88BA08;
}
.AnyTagClassName
{
color: #88BA08;
}
</style>
background-color css
<style>
a { background-color: #88BA08; }
a { background-color: rgb(136,186,8); }
div.DivClassName
{
background-color: #88BA08;
}
.BgClassName
{
background-color: #88BA08;
}
</style>
border-color css
<style>
span { border-color: #88BA08; }
span { border-color: rgb(136,186,8); }
td.TdClassName
{
border-color: #88BA08;
}
.TagClassName
{
border-color: #88BA08;
}
</style>