Shades of Citron #88A00C
Tints of Citron #88A00C
RGB
CMYK
RGB Variations
Color information
#88A00C (or 0x88A00C) is known color: Citron. HEX triplet: 88, A0 and 0C. RGB value is (136,160,12). Sum of RGB (Red+Green+Blue) = 136+160+12=308 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.16% from 308); Green value is 160 (62.89% from 255 or 51.95% from 308); Blue value is 12 (5.08% from 255 or 3.90% from 308); Max value from RGB is 160 - color contains mainly: green. Hex color #88A00C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #88A00C is #775FF3. Grayscale: #888888. Windows color (decimal): -7823348 or 827528. OLE color: 827528.
HSL color Cylindrical-coordinate representation of color #88A00C: hue angle of 69.73º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #88A00C is Cyan = 0.15, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 136 | 160 | 12 | - |
| CMYK | 0.15 | 0 | 0.93 | 0.37 |
| HSL | 69.73º | 0.86% | 0.34% | - |
| HSV(B) | 69.73º | 0.93% | 0.63% | - |
| XYZ | 22.79 | 30.4 | 5.01 | - |
| YUV | 135.95 | 58.05 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 160 | 12 | 0.15 | 0 | 0.93 | 0.37 | 69.73 | 0.86 | 0.34 |
| Hex | 88 | A0 | C | F | 0 | 5D | 25 | 46 | 56 | 22 |
| Octal | 210 | 240 | 14 | 17 | 0 | 135 | 45 | 106 | 126 | 42 |
| Binary | 10001000 | 10100000 | 1100 | 1111 | 0 | 1011101 | 100101 | 1000110 | 1010110 | 100010 |
Color Harmonies of #88A00C
Complementary color
Monochromatic Colors of #88A00C
Black with #88A00C
Text Example
Text Example
White with #88A00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A00C; }
p { color: rgb(136,160,12); }
H1.HeaderClassName
{
color: #88A00C;
}
.AnyTagClassName
{
color: #88A00C;
}
</style>
background-color css
<style>
a { background-color: #88A00C; }
a { background-color: rgb(136,160,12); }
div.DivClassName
{
background-color: #88A00C;
}
.BgClassName
{
background-color: #88A00C;
}
</style>
border-color css
<style>
span { border-color: #88A00C; }
span { border-color: rgb(136,160,12); }
td.TdClassName
{
border-color: #88A00C;
}
.TagClassName
{
border-color: #88A00C;
}
</style>