Shades of Citrus #8BBB0A
Tints of Citrus #8BBB0A
RGB
CMYK
RGB Variations
Color information
#8BBB0A (or 0x8BBB0A) is known color: Citrus. HEX triplet: 8B, BB and 0A. RGB value is (139,187,10). Sum of RGB (Red+Green+Blue) = 139+187+10=336 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.37% from 336); Green value is 187 (73.44% from 255 or 55.65% from 336); Blue value is 10 (4.30% from 255 or 2.98% from 336); Max value from RGB is 187 - color contains mainly: green. Hex color #8BBB0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BBB0A is #7444F5. Grayscale: #999999. Windows color (decimal): -7619830 or 703371. OLE color: 703371.
HSL color Cylindrical-coordinate representation of color #8BBB0A: hue angle of 76.27º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8BBB0A is Cyan = 0.26, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 187 | 10 | - |
| CMYK | 0.26 | 0 | 0.95 | 0.27 |
| HSL | 76.27º | 0.9% | 0.39% | - |
| HSV(B) | 76.27º | 0.95% | 0.73% | - |
| XYZ | 28.47 | 41.05 | 6.71 | - |
| YUV | 152.47 | 47.6 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 187 | 10 | 0.26 | 0 | 0.95 | 0.27 | 76.27 | 0.9 | 0.39 |
| Hex | 8B | BB | A | 1A | 0 | 5F | 1B | 4C | 5A | 27 |
| Octal | 213 | 273 | 12 | 32 | 0 | 137 | 33 | 114 | 132 | 47 |
| Binary | 10001011 | 10111011 | 1010 | 11010 | 0 | 1011111 | 11011 | 1001100 | 1011010 | 100111 |
Color Harmonies of #8BBB0A
Complementary color
Monochromatic Colors of #8BBB0A
Black with #8BBB0A
Text Example
Text Example
White with #8BBB0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBB0A; }
p { color: rgb(139,187,10); }
H1.HeaderClassName
{
color: #8BBB0A;
}
.AnyTagClassName
{
color: #8BBB0A;
}
</style>
background-color css
<style>
a { background-color: #8BBB0A; }
a { background-color: rgb(139,187,10); }
div.DivClassName
{
background-color: #8BBB0A;
}
.BgClassName
{
background-color: #8BBB0A;
}
</style>
border-color css
<style>
span { border-color: #8BBB0A; }
span { border-color: rgb(139,187,10); }
td.TdClassName
{
border-color: #8BBB0A;
}
.TagClassName
{
border-color: #8BBB0A;
}
</style>