Shades of Citrus #88A202
Tints of Citrus #88A202
RGB
CMYK
RGB Variations
Color information
#88A202 (or 0x88A202) is known color: Citrus. HEX triplet: 88, A2 and 02. RGB value is (136,162,2). Sum of RGB (Red+Green+Blue) = 136+162+2=300 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.33% from 300); Green value is 162 (63.67% from 255 or 54% from 300); Blue value is 2 (1.17% from 255 or 0.67% from 300); Max value from RGB is 162 - color contains mainly: green. Hex color #88A202 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #88A202 is #775DFD. Grayscale: #888888. Windows color (decimal): -7822846 or 172680. OLE color: 172680.
HSL color Cylindrical-coordinate representation of color #88A202: hue angle of 69.75º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #88A202 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 136 | 162 | 2 | - |
| CMYK | 0.16 | 0 | 0.99 | 0.36 |
| HSL | 69.75º | 0.98% | 0.32% | - |
| HSV(B) | 69.75º | 0.99% | 0.64% | - |
| XYZ | 23.08 | 31.08 | 4.84 | - |
| YUV | 135.99 | 52.39 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 162 | 2 | 0.16 | 0 | 0.99 | 0.36 | 69.75 | 0.98 | 0.32 |
| Hex | 88 | A2 | 2 | 10 | 0 | 63 | 24 | 46 | 62 | 20 |
| Octal | 210 | 242 | 2 | 20 | 0 | 143 | 44 | 106 | 142 | 40 |
| Binary | 10001000 | 10100010 | 10 | 10000 | 0 | 1100011 | 100100 | 1000110 | 1100010 | 100000 |
Color Harmonies of #88A202
Complementary color
Monochromatic Colors of #88A202
Black with #88A202
Text Example
Text Example
White with #88A202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A202; }
p { color: rgb(136,162,2); }
H1.HeaderClassName
{
color: #88A202;
}
.AnyTagClassName
{
color: #88A202;
}
</style>
background-color css
<style>
a { background-color: #88A202; }
a { background-color: rgb(136,162,2); }
div.DivClassName
{
background-color: #88A202;
}
.BgClassName
{
background-color: #88A202;
}
</style>
border-color css
<style>
span { border-color: #88A202; }
span { border-color: rgb(136,162,2); }
td.TdClassName
{
border-color: #88A202;
}
.TagClassName
{
border-color: #88A202;
}
</style>