Shades of Citrus #8BBA0E
Tints of Citrus #8BBA0E
RGB
CMYK
RGB Variations
Color information
#8BBA0E (or 0x8BBA0E) is known color: Citrus. HEX triplet: 8B, BA and 0E. RGB value is (139,186,14). Sum of RGB (Red+Green+Blue) = 139+186+14=339 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.00% from 339); Green value is 186 (73.05% from 255 or 54.87% from 339); Blue value is 14 (5.86% from 255 or 4.13% from 339); Max value from RGB is 186 - color contains mainly: green. Hex color #8BBA0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BBA0E is #7445F1. Grayscale: #989898. Windows color (decimal): -7620082 or 965259. OLE color: 965259.
HSL color Cylindrical-coordinate representation of color #8BBA0E: hue angle of 76.4º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8BBA0E is Cyan = 0.25, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 186 | 14 | - |
| CMYK | 0.25 | 0 | 0.92 | 0.27 |
| HSL | 76.4º | 0.86% | 0.39% | - |
| HSV(B) | 76.4º | 0.92% | 0.73% | - |
| XYZ | 28.29 | 40.64 | 6.77 | - |
| YUV | 152.34 | 49.93 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 186 | 14 | 0.25 | 0 | 0.92 | 0.27 | 76.4 | 0.86 | 0.39 |
| Hex | 8B | BA | E | 19 | 0 | 5C | 1B | 4C | 56 | 27 |
| Octal | 213 | 272 | 16 | 31 | 0 | 134 | 33 | 114 | 126 | 47 |
| Binary | 10001011 | 10111010 | 1110 | 11001 | 0 | 1011100 | 11011 | 1001100 | 1010110 | 100111 |
Color Harmonies of #8BBA0E
Complementary color
Monochromatic Colors of #8BBA0E
Black with #8BBA0E
Text Example
Text Example
White with #8BBA0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBA0E; }
p { color: rgb(139,186,14); }
H1.HeaderClassName
{
color: #8BBA0E;
}
.AnyTagClassName
{
color: #8BBA0E;
}
</style>
background-color css
<style>
a { background-color: #8BBA0E; }
a { background-color: rgb(139,186,14); }
div.DivClassName
{
background-color: #8BBA0E;
}
.BgClassName
{
background-color: #8BBA0E;
}
</style>
border-color css
<style>
span { border-color: #8BBA0E; }
span { border-color: rgb(139,186,14); }
td.TdClassName
{
border-color: #8BBA0E;
}
.TagClassName
{
border-color: #8BBA0E;
}
</style>