Shades of Citrus #8BBA00
Tints of Citrus #8BBA00
RGB
CMYK
RGB Variations
Color information
#8BBA00 (or 0x8BBA00) is known color: Citrus. HEX triplet: 8B, BA and 00. RGB value is (139,186,0). Sum of RGB (Red+Green+Blue) = 139+186+0=325 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.77% from 325); Green value is 186 (73.05% from 255 or 57.23% from 325); Blue value is 0 (0.39% from 255 or 0% from 325); Max value from RGB is 186 - color contains mainly: green. Hex color #8BBA00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BBA00 is #7445FF. Grayscale: #979797. Windows color (decimal): -7620096 or 47755. OLE color: 47755.
HSL color Cylindrical-coordinate representation of color #8BBA00: hue angle of 75.16º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8BBA00 is Cyan = 0.25, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 186 | 0 | - |
| CMYK | 0.25 | 0 | 1 | 0.27 |
| HSL | 75.16º | 1% | 0.36% | - |
| HSV(B) | 75.16º | 1% | 0.73% | - |
| XYZ | 28.21 | 40.61 | 6.35 | - |
| YUV | 150.74 | 42.93 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 186 | 0 | 0.25 | 0 | 1 | 0.27 | 75.16 | 1 | 0.36 |
| Hex | 8B | BA | 0 | 19 | 0 | 64 | 1B | 4B | 64 | 24 |
| Octal | 213 | 272 | 0 | 31 | 0 | 144 | 33 | 113 | 144 | 44 |
| Binary | 10001011 | 10111010 | 0 | 11001 | 0 | 1100100 | 11011 | 1001011 | 1100100 | 100100 |
Color Harmonies of #8BBA00
Complementary color
Monochromatic Colors of #8BBA00
Black with #8BBA00
Text Example
Text Example
White with #8BBA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBA00; }
p { color: rgb(139,186,0); }
H1.HeaderClassName
{
color: #8BBA00;
}
.AnyTagClassName
{
color: #8BBA00;
}
</style>
background-color css
<style>
a { background-color: #8BBA00; }
a { background-color: rgb(139,186,0); }
div.DivClassName
{
background-color: #8BBA00;
}
.BgClassName
{
background-color: #8BBA00;
}
</style>
border-color css
<style>
span { border-color: #8BBA00; }
span { border-color: rgb(139,186,0); }
td.TdClassName
{
border-color: #8BBA00;
}
.TagClassName
{
border-color: #8BBA00;
}
</style>