Shades of Citrus #88AA0C
Tints of Citrus #88AA0C
RGB
CMYK
RGB Variations
Color information
#88AA0C (or 0x88AA0C) is known color: Citrus. HEX triplet: 88, AA and 0C. RGB value is (136,170,12). Sum of RGB (Red+Green+Blue) = 136+170+12=318 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.77% from 318); Green value is 170 (66.80% from 255 or 53.46% from 318); Blue value is 12 (5.08% from 255 or 3.77% from 318); Max value from RGB is 170 - color contains mainly: green. Hex color #88AA0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #88AA0C is #7755F3. Grayscale: #8E8E8E. Windows color (decimal): -7820788 or 830088. OLE color: 830088.
HSL color Cylindrical-coordinate representation of color #88AA0C: hue angle of 72.91º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #88AA0C is Cyan = 0.20, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 170 | 12 | - |
| CMYK | 0.20 | 0 | 0.93 | 0.33 |
| HSL | 72.91º | 0.87% | 0.36% | - |
| HSV(B) | 72.91º | 0.93% | 0.67% | - |
| XYZ | 24.59 | 34.01 | 5.62 | - |
| YUV | 141.82 | 54.74 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 170 | 12 | 0.20 | 0 | 0.93 | 0.33 | 72.91 | 0.87 | 0.36 |
| Hex | 88 | AA | C | 14 | 0 | 5D | 21 | 49 | 57 | 24 |
| Octal | 210 | 252 | 14 | 24 | 0 | 135 | 41 | 111 | 127 | 44 |
| Binary | 10001000 | 10101010 | 1100 | 10100 | 0 | 1011101 | 100001 | 1001001 | 1010111 | 100100 |
Color Harmonies of #88AA0C
Complementary color
Monochromatic Colors of #88AA0C
Black with #88AA0C
Text Example
Text Example
White with #88AA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88AA0C; }
p { color: rgb(136,170,12); }
H1.HeaderClassName
{
color: #88AA0C;
}
.AnyTagClassName
{
color: #88AA0C;
}
</style>
background-color css
<style>
a { background-color: #88AA0C; }
a { background-color: rgb(136,170,12); }
div.DivClassName
{
background-color: #88AA0C;
}
.BgClassName
{
background-color: #88AA0C;
}
</style>
border-color css
<style>
span { border-color: #88AA0C; }
span { border-color: rgb(136,170,12); }
td.TdClassName
{
border-color: #88AA0C;
}
.TagClassName
{
border-color: #88AA0C;
}
</style>