Shades of Citrus #88A301
Tints of Citrus #88A301
RGB
CMYK
RGB Variations
Color information
#88A301 (or 0x88A301) is known color: Citrus. HEX triplet: 88, A3 and 01. RGB value is (136,163,1). Sum of RGB (Red+Green+Blue) = 136+163+1=300 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.33% from 300); Green value is 163 (64.06% from 255 or 54.33% from 300); Blue value is 1 (0.78% from 255 or 0.33% from 300); Max value from RGB is 163 - color contains mainly: green. Hex color #88A301 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #88A301 is #775CFE. Grayscale: #898989. Windows color (decimal): -7822591 or 107400. OLE color: 107400.
HSL color Cylindrical-coordinate representation of color #88A301: hue angle of 70º degrees, saturation: 0.99, 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 #88A301 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 136 | 163 | 1 | - |
| CMYK | 0.17 | 0 | 0.99 | 0.36 |
| HSL | 70º | 0.99% | 0.32% | - |
| HSV(B) | 70º | 0.99% | 0.64% | - |
| XYZ | 23.26 | 31.43 | 4.87 | - |
| YUV | 136.46 | 51.55 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 163 | 1 | 0.17 | 0 | 0.99 | 0.36 | 70 | 0.99 | 0.32 |
| Hex | 88 | A3 | 1 | 11 | 0 | 63 | 24 | 46 | 63 | 20 |
| Octal | 210 | 243 | 1 | 21 | 0 | 143 | 44 | 106 | 143 | 40 |
| Binary | 10001000 | 10100011 | 1 | 10001 | 0 | 1100011 | 100100 | 1000110 | 1100011 | 100000 |
Color Harmonies of #88A301
Complementary color
Monochromatic Colors of #88A301
Black with #88A301
Text Example
Text Example
White with #88A301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A301; }
p { color: rgb(136,163,1); }
H1.HeaderClassName
{
color: #88A301;
}
.AnyTagClassName
{
color: #88A301;
}
</style>
background-color css
<style>
a { background-color: #88A301; }
a { background-color: rgb(136,163,1); }
div.DivClassName
{
background-color: #88A301;
}
.BgClassName
{
background-color: #88A301;
}
</style>
border-color css
<style>
span { border-color: #88A301; }
span { border-color: rgb(136,163,1); }
td.TdClassName
{
border-color: #88A301;
}
.TagClassName
{
border-color: #88A301;
}
</style>