Shades of Citrus #8BBA06
Tints of Citrus #8BBA06
RGB
CMYK
RGB Variations
Color information
#8BBA06 (or 0x8BBA06) is known color: Citrus. HEX triplet: 8B, BA and 06. RGB value is (139,186,6). Sum of RGB (Red+Green+Blue) = 139+186+6=331 (43% of max value = 765). Red value is 139 (54.69% from 255 or 41.99% from 331); Green value is 186 (73.05% from 255 or 56.19% from 331); Blue value is 6 (2.73% from 255 or 1.81% from 331); Max value from RGB is 186 - color contains mainly: green. Hex color #8BBA06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BBA06 is #7445F9. Grayscale: #989898. Windows color (decimal): -7620090 or 440971. OLE color: 440971.
HSL color Cylindrical-coordinate representation of color #8BBA06: hue angle of 75.67º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8BBA06 is Cyan = 0.25, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 186 | 6 | - |
| CMYK | 0.25 | 0 | 0.97 | 0.27 |
| HSL | 75.67º | 0.94% | 0.38% | - |
| HSV(B) | 75.67º | 0.97% | 0.73% | - |
| XYZ | 28.24 | 40.62 | 6.52 | - |
| YUV | 151.43 | 45.93 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 186 | 6 | 0.25 | 0 | 0.97 | 0.27 | 75.67 | 0.94 | 0.38 |
| Hex | 8B | BA | 6 | 19 | 0 | 61 | 1B | 4C | 5E | 26 |
| Octal | 213 | 272 | 6 | 31 | 0 | 141 | 33 | 114 | 136 | 46 |
| Binary | 10001011 | 10111010 | 110 | 11001 | 0 | 1100001 | 11011 | 1001100 | 1011110 | 100110 |
Color Harmonies of #8BBA06
Complementary color
Monochromatic Colors of #8BBA06
Black with #8BBA06
Text Example
Text Example
White with #8BBA06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBA06; }
p { color: rgb(139,186,6); }
H1.HeaderClassName
{
color: #8BBA06;
}
.AnyTagClassName
{
color: #8BBA06;
}
</style>
background-color css
<style>
a { background-color: #8BBA06; }
a { background-color: rgb(139,186,6); }
div.DivClassName
{
background-color: #8BBA06;
}
.BgClassName
{
background-color: #8BBA06;
}
</style>
border-color css
<style>
span { border-color: #8BBA06; }
span { border-color: rgb(139,186,6); }
td.TdClassName
{
border-color: #8BBA06;
}
.TagClassName
{
border-color: #8BBA06;
}
</style>