Shades of Citrus #8BBC06
Tints of Citrus #8BBC06
RGB
CMYK
RGB Variations
Color information
#8BBC06 (or 0x8BBC06) is known color: Citrus. HEX triplet: 8B, BC and 06. RGB value is (139,188,6). Sum of RGB (Red+Green+Blue) = 139+188+6=333 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.74% from 333); Green value is 188 (73.83% from 255 or 56.46% from 333); Blue value is 6 (2.73% from 255 or 1.80% from 333); Max value from RGB is 188 - color contains mainly: green. Hex color #8BBC06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BBC06 is #7443F9. Grayscale: #999999. Windows color (decimal): -7619578 or 441483. OLE color: 441483.
HSL color Cylindrical-coordinate representation of color #8BBC06: hue angle of 76.15º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8BBC06 is Cyan = 0.26, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 188 | 6 | - |
| CMYK | 0.26 | 0 | 0.97 | 0.26 |
| HSL | 76.15º | 0.94% | 0.38% | - |
| HSV(B) | 76.15º | 0.97% | 0.74% | - |
| XYZ | 28.66 | 41.47 | 6.67 | - |
| YUV | 152.6 | 45.27 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 188 | 6 | 0.26 | 0 | 0.97 | 0.26 | 76.15 | 0.94 | 0.38 |
| Hex | 8B | BC | 6 | 1A | 0 | 61 | 1A | 4C | 5E | 26 |
| Octal | 213 | 274 | 6 | 32 | 0 | 141 | 32 | 114 | 136 | 46 |
| Binary | 10001011 | 10111100 | 110 | 11010 | 0 | 1100001 | 11010 | 1001100 | 1011110 | 100110 |
Color Harmonies of #8BBC06
Complementary color
Monochromatic Colors of #8BBC06
Black with #8BBC06
Text Example
Text Example
White with #8BBC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBC06; }
p { color: rgb(139,188,6); }
H1.HeaderClassName
{
color: #8BBC06;
}
.AnyTagClassName
{
color: #8BBC06;
}
</style>
background-color css
<style>
a { background-color: #8BBC06; }
a { background-color: rgb(139,188,6); }
div.DivClassName
{
background-color: #8BBC06;
}
.BgClassName
{
background-color: #8BBC06;
}
</style>
border-color css
<style>
span { border-color: #8BBC06; }
span { border-color: rgb(139,188,6); }
td.TdClassName
{
border-color: #8BBC06;
}
.TagClassName
{
border-color: #8BBC06;
}
</style>