Shades of Citron #88A20E
Tints of Citron #88A20E
RGB
CMYK
RGB Variations
Color information
#88A20E (or 0x88A20E) is known color: Citron. HEX triplet: 88, A2 and 0E. RGB value is (136,162,14). Sum of RGB (Red+Green+Blue) = 136+162+14=312 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.59% from 312); Green value is 162 (63.67% from 255 or 51.92% from 312); Blue value is 14 (5.86% from 255 or 4.49% from 312); Max value from RGB is 162 - color contains mainly: green. Hex color #88A20E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #88A20E is #775DF1. Grayscale: #898989. Windows color (decimal): -7822834 or 959112. OLE color: 959112.
HSL color Cylindrical-coordinate representation of color #88A20E: hue angle of 70.54º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #88A20E is Cyan = 0.16, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 136 | 162 | 14 | - |
| CMYK | 0.16 | 0 | 0.91 | 0.36 |
| HSL | 70.54º | 0.84% | 0.35% | - |
| HSV(B) | 70.54º | 0.91% | 0.64% | - |
| XYZ | 23.15 | 31.11 | 5.2 | - |
| YUV | 137.35 | 58.39 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 162 | 14 | 0.16 | 0 | 0.91 | 0.36 | 70.54 | 0.84 | 0.35 |
| Hex | 88 | A2 | E | 10 | 0 | 5B | 24 | 47 | 54 | 23 |
| Octal | 210 | 242 | 16 | 20 | 0 | 133 | 44 | 107 | 124 | 43 |
| Binary | 10001000 | 10100010 | 1110 | 10000 | 0 | 1011011 | 100100 | 1000111 | 1010100 | 100011 |
Color Harmonies of #88A20E
Complementary color
Monochromatic Colors of #88A20E
Black with #88A20E
Text Example
Text Example
White with #88A20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A20E; }
p { color: rgb(136,162,14); }
H1.HeaderClassName
{
color: #88A20E;
}
.AnyTagClassName
{
color: #88A20E;
}
</style>
background-color css
<style>
a { background-color: #88A20E; }
a { background-color: rgb(136,162,14); }
div.DivClassName
{
background-color: #88A20E;
}
.BgClassName
{
background-color: #88A20E;
}
</style>
border-color css
<style>
span { border-color: #88A20E; }
span { border-color: rgb(136,162,14); }
td.TdClassName
{
border-color: #88A20E;
}
.TagClassName
{
border-color: #88A20E;
}
</style>