Shades of Citrus #88AD09
Tints of Citrus #88AD09
RGB
CMYK
RGB Variations
Color information
#88AD09 (or 0x88AD09) is known color: Citrus. HEX triplet: 88, AD and 09. RGB value is (136,173,9). Sum of RGB (Red+Green+Blue) = 136+173+9=318 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.77% from 318); Green value is 173 (67.97% from 255 or 54.40% from 318); Blue value is 9 (3.91% from 255 or 2.83% from 318); Max value from RGB is 173 - color contains mainly: green. Hex color #88AD09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #88AD09 is #7752F6. Grayscale: #8F8F8F. Windows color (decimal): -7820023 or 634248. OLE color: 634248.
HSL color Cylindrical-coordinate representation of color #88AD09: hue angle of 73.54º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #88AD09 is Cyan = 0.21, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 136 | 173 | 9 | - |
| CMYK | 0.21 | 0 | 0.95 | 0.32 |
| HSL | 73.54º | 0.9% | 0.36% | - |
| HSV(B) | 73.54º | 0.95% | 0.68% | - |
| XYZ | 25.15 | 35.14 | 5.72 | - |
| YUV | 143.24 | 52.24 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 173 | 9 | 0.21 | 0 | 0.95 | 0.32 | 73.54 | 0.9 | 0.36 |
| Hex | 88 | AD | 9 | 15 | 0 | 5F | 20 | 4A | 5A | 24 |
| Octal | 210 | 255 | 11 | 25 | 0 | 137 | 40 | 112 | 132 | 44 |
| Binary | 10001000 | 10101101 | 1001 | 10101 | 0 | 1011111 | 100000 | 1001010 | 1011010 | 100100 |
Color Harmonies of #88AD09
Complementary color
Monochromatic Colors of #88AD09
Black with #88AD09
Text Example
Text Example
White with #88AD09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88AD09; }
p { color: rgb(136,173,9); }
H1.HeaderClassName
{
color: #88AD09;
}
.AnyTagClassName
{
color: #88AD09;
}
</style>
background-color css
<style>
a { background-color: #88AD09; }
a { background-color: rgb(136,173,9); }
div.DivClassName
{
background-color: #88AD09;
}
.BgClassName
{
background-color: #88AD09;
}
</style>
border-color css
<style>
span { border-color: #88AD09; }
span { border-color: rgb(136,173,9); }
td.TdClassName
{
border-color: #88AD09;
}
.TagClassName
{
border-color: #88AD09;
}
</style>