Shades of Citrus #8BBA11
Tints of Citrus #8BBA11
RGB
CMYK
RGB Variations
Color information
#8BBA11 (or 0x8BBA11) is known color: Citrus. HEX triplet: 8B, BA and 11. RGB value is (139,186,17). Sum of RGB (Red+Green+Blue) = 139+186+17=342 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.64% from 342); Green value is 186 (73.05% from 255 or 54.39% from 342); Blue value is 17 (7.03% from 255 or 4.97% from 342); Max value from RGB is 186 - color contains mainly: green. Hex color #8BBA11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BBA11 is #7445EE. Grayscale: #999999. Windows color (decimal): -7620079 or 1161867. OLE color: 1161867.
HSL color Cylindrical-coordinate representation of color #8BBA11: hue angle of 76.69º 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 #8BBA11 is Cyan = 0.25, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 186 | 17 | - |
| CMYK | 0.25 | 0 | 0.91 | 0.27 |
| HSL | 76.69º | 0.83% | 0.4% | - |
| HSV(B) | 76.69º | 0.91% | 0.73% | - |
| XYZ | 28.31 | 40.65 | 6.88 | - |
| YUV | 152.68 | 51.43 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 186 | 17 | 0.25 | 0 | 0.91 | 0.27 | 76.69 | 0.83 | 0.4 |
| Hex | 8B | BA | 11 | 19 | 0 | 5B | 1B | 4D | 53 | 28 |
| Octal | 213 | 272 | 21 | 31 | 0 | 133 | 33 | 115 | 123 | 50 |
| Binary | 10001011 | 10111010 | 10001 | 11001 | 0 | 1011011 | 11011 | 1001101 | 1010011 | 101000 |
Color Harmonies of #8BBA11
Complementary color
Monochromatic Colors of #8BBA11
Black with #8BBA11
Text Example
Text Example
White with #8BBA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBA11; }
p { color: rgb(139,186,17); }
H1.HeaderClassName
{
color: #8BBA11;
}
.AnyTagClassName
{
color: #8BBA11;
}
</style>
background-color css
<style>
a { background-color: #8BBA11; }
a { background-color: rgb(139,186,17); }
div.DivClassName
{
background-color: #8BBA11;
}
.BgClassName
{
background-color: #8BBA11;
}
</style>
border-color css
<style>
span { border-color: #8BBA11; }
span { border-color: rgb(139,186,17); }
td.TdClassName
{
border-color: #8BBA11;
}
.TagClassName
{
border-color: #8BBA11;
}
</style>