Shades of Citrus #88BD02
Tints of Citrus #88BD02
RGB
CMYK
RGB Variations
Color information
#88BD02 (or 0x88BD02) is known color: Citrus. HEX triplet: 88, BD and 02. RGB value is (136,189,2). Sum of RGB (Red+Green+Blue) = 136+189+2=327 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.59% from 327); Green value is 189 (74.22% from 255 or 57.80% from 327); Blue value is 2 (1.17% from 255 or 0.61% from 327); Max value from RGB is 189 - color contains mainly: green. Hex color #88BD02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88BD02 is #7742FD. Grayscale: #989898. Windows color (decimal): -7815934 or 179592. OLE color: 179592.
HSL color Cylindrical-coordinate representation of color #88BD02: hue angle of 77.01º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #88BD02 is Cyan = 0.28, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 189 | 2 | - |
| CMYK | 0.28 | 0 | 0.99 | 0.26 |
| HSL | 77.01º | 0.98% | 0.37% | - |
| HSV(B) | 77.01º | 0.99% | 0.74% | - |
| XYZ | 28.36 | 41.63 | 6.6 | - |
| YUV | 151.84 | 43.44 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 189 | 2 | 0.28 | 0 | 0.99 | 0.26 | 77.01 | 0.98 | 0.37 |
| Hex | 88 | BD | 2 | 1C | 0 | 63 | 1A | 4D | 62 | 25 |
| Octal | 210 | 275 | 2 | 34 | 0 | 143 | 32 | 115 | 142 | 45 |
| Binary | 10001000 | 10111101 | 10 | 11100 | 0 | 1100011 | 11010 | 1001101 | 1100010 | 100101 |
Color Harmonies of #88BD02
Complementary color
Monochromatic Colors of #88BD02
Black with #88BD02
Text Example
Text Example
White with #88BD02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BD02; }
p { color: rgb(136,189,2); }
H1.HeaderClassName
{
color: #88BD02;
}
.AnyTagClassName
{
color: #88BD02;
}
</style>
background-color css
<style>
a { background-color: #88BD02; }
a { background-color: rgb(136,189,2); }
div.DivClassName
{
background-color: #88BD02;
}
.BgClassName
{
background-color: #88BD02;
}
</style>
border-color css
<style>
span { border-color: #88BD02; }
span { border-color: rgb(136,189,2); }
td.TdClassName
{
border-color: #88BD02;
}
.TagClassName
{
border-color: #88BD02;
}
</style>