Shades of Citrus #8BBB11
Tints of Citrus #8BBB11
RGB
CMYK
RGB Variations
Color information
#8BBB11 (or 0x8BBB11) is known color: Citrus. HEX triplet: 8B, BB and 11. RGB value is (139,187,17). Sum of RGB (Red+Green+Blue) = 139+187+17=343 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.52% from 343); Green value is 187 (73.44% from 255 or 54.52% from 343); Blue value is 17 (7.03% from 255 or 4.96% from 343); Max value from RGB is 187 - color contains mainly: green. Hex color #8BBB11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BBB11 is #7444EE. Grayscale: #999999. Windows color (decimal): -7619823 or 1162123. OLE color: 1162123.
HSL color Cylindrical-coordinate representation of color #8BBB11: hue angle of 76.94º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8BBB11 is Cyan = 0.26, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 187 | 17 | - |
| CMYK | 0.26 | 0 | 0.91 | 0.27 |
| HSL | 76.94º | 0.83% | 0.4% | - |
| HSV(B) | 76.94º | 0.91% | 0.73% | - |
| XYZ | 28.52 | 41.07 | 6.95 | - |
| YUV | 153.27 | 51.1 | 117.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 187 | 17 | 0.26 | 0 | 0.91 | 0.27 | 76.94 | 0.83 | 0.4 |
| Hex | 8B | BB | 11 | 1A | 0 | 5B | 1B | 4D | 53 | 28 |
| Octal | 213 | 273 | 21 | 32 | 0 | 133 | 33 | 115 | 123 | 50 |
| Binary | 10001011 | 10111011 | 10001 | 11010 | 0 | 1011011 | 11011 | 1001101 | 1010011 | 101000 |
Color Harmonies of #8BBB11
Complementary color
Monochromatic Colors of #8BBB11
Black with #8BBB11
Text Example
Text Example
White with #8BBB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBB11; }
p { color: rgb(139,187,17); }
H1.HeaderClassName
{
color: #8BBB11;
}
.AnyTagClassName
{
color: #8BBB11;
}
</style>
background-color css
<style>
a { background-color: #8BBB11; }
a { background-color: rgb(139,187,17); }
div.DivClassName
{
background-color: #8BBB11;
}
.BgClassName
{
background-color: #8BBB11;
}
</style>
border-color css
<style>
span { border-color: #8BBB11; }
span { border-color: rgb(139,187,17); }
td.TdClassName
{
border-color: #8BBB11;
}
.TagClassName
{
border-color: #8BBB11;
}
</style>