Shades of Citrus #88AB0C
Tints of Citrus #88AB0C
RGB
CMYK
RGB Variations
Color information
#88AB0C (or 0x88AB0C) is known color: Citrus. HEX triplet: 88, AB and 0C. RGB value is (136,171,12). Sum of RGB (Red+Green+Blue) = 136+171+12=319 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.63% from 319); Green value is 171 (67.19% from 255 or 53.61% from 319); Blue value is 12 (5.08% from 255 or 3.76% from 319); Max value from RGB is 171 - color contains mainly: green. Hex color #88AB0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #88AB0C is #7754F3. Grayscale: #8F8F8F. Windows color (decimal): -7820532 or 830344. OLE color: 830344.
HSL color Cylindrical-coordinate representation of color #88AB0C: hue angle of 73.21º 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 #88AB0C is Cyan = 0.20, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 171 | 12 | - |
| CMYK | 0.20 | 0 | 0.93 | 0.33 |
| HSL | 73.21º | 0.87% | 0.36% | - |
| HSV(B) | 73.21º | 0.93% | 0.67% | - |
| XYZ | 24.78 | 34.39 | 5.68 | - |
| YUV | 142.41 | 54.4 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 171 | 12 | 0.20 | 0 | 0.93 | 0.33 | 73.21 | 0.87 | 0.36 |
| Hex | 88 | AB | C | 14 | 0 | 5D | 21 | 49 | 57 | 24 |
| Octal | 210 | 253 | 14 | 24 | 0 | 135 | 41 | 111 | 127 | 44 |
| Binary | 10001000 | 10101011 | 1100 | 10100 | 0 | 1011101 | 100001 | 1001001 | 1010111 | 100100 |
Color Harmonies of #88AB0C
Complementary color
Monochromatic Colors of #88AB0C
Black with #88AB0C
Text Example
Text Example
White with #88AB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88AB0C; }
p { color: rgb(136,171,12); }
H1.HeaderClassName
{
color: #88AB0C;
}
.AnyTagClassName
{
color: #88AB0C;
}
</style>
background-color css
<style>
a { background-color: #88AB0C; }
a { background-color: rgb(136,171,12); }
div.DivClassName
{
background-color: #88AB0C;
}
.BgClassName
{
background-color: #88AB0C;
}
</style>
border-color css
<style>
span { border-color: #88AB0C; }
span { border-color: rgb(136,171,12); }
td.TdClassName
{
border-color: #88AB0C;
}
.TagClassName
{
border-color: #88AB0C;
}
</style>