Shades of Citron #88A30D
Tints of Citron #88A30D
RGB
CMYK
RGB Variations
Color information
#88A30D (or 0x88A30D) is known color: Citron. HEX triplet: 88, A3 and 0D. RGB value is (136,163,13). Sum of RGB (Red+Green+Blue) = 136+163+13=312 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.59% from 312); Green value is 163 (64.06% from 255 or 52.24% from 312); Blue value is 13 (5.47% from 255 or 4.17% from 312); Max value from RGB is 163 - color contains mainly: green. Hex color #88A30D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #88A30D is #775CF2. Grayscale: #8A8A8A. Windows color (decimal): -7822579 or 893832. OLE color: 893832.
HSL color Cylindrical-coordinate representation of color #88A30D: hue angle of 70.8º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #88A30D is Cyan = 0.17, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 136 | 163 | 13 | - |
| CMYK | 0.17 | 0 | 0.92 | 0.36 |
| HSL | 70.8º | 0.85% | 0.35% | - |
| HSV(B) | 70.8º | 0.92% | 0.64% | - |
| XYZ | 23.32 | 31.46 | 5.22 | - |
| YUV | 137.83 | 57.55 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 163 | 13 | 0.17 | 0 | 0.92 | 0.36 | 70.8 | 0.85 | 0.35 |
| Hex | 88 | A3 | D | 11 | 0 | 5C | 24 | 47 | 55 | 23 |
| Octal | 210 | 243 | 15 | 21 | 0 | 134 | 44 | 107 | 125 | 43 |
| Binary | 10001000 | 10100011 | 1101 | 10001 | 0 | 1011100 | 100100 | 1000111 | 1010101 | 100011 |
Color Harmonies of #88A30D
Complementary color
Monochromatic Colors of #88A30D
Black with #88A30D
Text Example
Text Example
White with #88A30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A30D; }
p { color: rgb(136,163,13); }
H1.HeaderClassName
{
color: #88A30D;
}
.AnyTagClassName
{
color: #88A30D;
}
</style>
background-color css
<style>
a { background-color: #88A30D; }
a { background-color: rgb(136,163,13); }
div.DivClassName
{
background-color: #88A30D;
}
.BgClassName
{
background-color: #88A30D;
}
</style>
border-color css
<style>
span { border-color: #88A30D; }
span { border-color: rgb(136,163,13); }
td.TdClassName
{
border-color: #88A30D;
}
.TagClassName
{
border-color: #88A30D;
}
</style>