Shades of Citrus #88AD0B
Tints of Citrus #88AD0B
RGB
CMYK
RGB Variations
Color information
#88AD0B (or 0x88AD0B) is known color: Citrus. HEX triplet: 88, AD and 0B. RGB value is (136,173,11). Sum of RGB (Red+Green+Blue) = 136+173+11=320 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.5% from 320); Green value is 173 (67.97% from 255 or 54.06% from 320); Blue value is 11 (4.69% from 255 or 3.44% from 320); Max value from RGB is 173 - color contains mainly: green. Hex color #88AD0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #88AD0B is #7752F4. Grayscale: #909090. Windows color (decimal): -7820021 or 765320. OLE color: 765320.
HSL color Cylindrical-coordinate representation of color #88AD0B: hue angle of 73.7º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #88AD0B is Cyan = 0.21, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 136 | 173 | 11 | - |
| CMYK | 0.21 | 0 | 0.94 | 0.32 |
| HSL | 73.7º | 0.88% | 0.36% | - |
| HSV(B) | 73.7º | 0.94% | 0.68% | - |
| XYZ | 25.16 | 35.15 | 5.77 | - |
| YUV | 143.47 | 53.24 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 173 | 11 | 0.21 | 0 | 0.94 | 0.32 | 73.7 | 0.88 | 0.36 |
| Hex | 88 | AD | B | 15 | 0 | 5E | 20 | 4A | 58 | 24 |
| Octal | 210 | 255 | 13 | 25 | 0 | 136 | 40 | 112 | 130 | 44 |
| Binary | 10001000 | 10101101 | 1011 | 10101 | 0 | 1011110 | 100000 | 1001010 | 1011000 | 100100 |
Color Harmonies of #88AD0B
Complementary color
Monochromatic Colors of #88AD0B
Black with #88AD0B
Text Example
Text Example
White with #88AD0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88AD0B; }
p { color: rgb(136,173,11); }
H1.HeaderClassName
{
color: #88AD0B;
}
.AnyTagClassName
{
color: #88AD0B;
}
</style>
background-color css
<style>
a { background-color: #88AD0B; }
a { background-color: rgb(136,173,11); }
div.DivClassName
{
background-color: #88AD0B;
}
.BgClassName
{
background-color: #88AD0B;
}
</style>
border-color css
<style>
span { border-color: #88AD0B; }
span { border-color: rgb(136,173,11); }
td.TdClassName
{
border-color: #88AD0B;
}
.TagClassName
{
border-color: #88AD0B;
}
</style>