Shades of Citrus #8BBC09
Tints of Citrus #8BBC09
RGB
CMYK
RGB Variations
Color information
#8BBC09 (or 0x8BBC09) is known color: Citrus. HEX triplet: 8B, BC and 09. RGB value is (139,188,9). Sum of RGB (Red+Green+Blue) = 139+188+9=336 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.37% from 336); Green value is 188 (73.83% from 255 or 55.95% from 336); Blue value is 9 (3.91% from 255 or 2.68% from 336); Max value from RGB is 188 - color contains mainly: green. Hex color #8BBC09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BBC09 is #7443F6. Grayscale: #999999. Windows color (decimal): -7619575 or 638091. OLE color: 638091.
HSL color Cylindrical-coordinate representation of color #8BBC09: hue angle of 76.42º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8BBC09 is Cyan = 0.26, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 188 | 9 | - |
| CMYK | 0.26 | 0 | 0.95 | 0.26 |
| HSL | 76.42º | 0.91% | 0.39% | - |
| HSV(B) | 76.42º | 0.95% | 0.74% | - |
| XYZ | 28.68 | 41.48 | 6.75 | - |
| YUV | 152.94 | 46.77 | 118.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 188 | 9 | 0.26 | 0 | 0.95 | 0.26 | 76.42 | 0.91 | 0.39 |
| Hex | 8B | BC | 9 | 1A | 0 | 5F | 1A | 4C | 5B | 27 |
| Octal | 213 | 274 | 11 | 32 | 0 | 137 | 32 | 114 | 133 | 47 |
| Binary | 10001011 | 10111100 | 1001 | 11010 | 0 | 1011111 | 11010 | 1001100 | 1011011 | 100111 |
Color Harmonies of #8BBC09
Complementary color
Monochromatic Colors of #8BBC09
Black with #8BBC09
Text Example
Text Example
White with #8BBC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBC09; }
p { color: rgb(139,188,9); }
H1.HeaderClassName
{
color: #8BBC09;
}
.AnyTagClassName
{
color: #8BBC09;
}
</style>
background-color css
<style>
a { background-color: #8BBC09; }
a { background-color: rgb(139,188,9); }
div.DivClassName
{
background-color: #8BBC09;
}
.BgClassName
{
background-color: #8BBC09;
}
</style>
border-color css
<style>
span { border-color: #8BBC09; }
span { border-color: rgb(139,188,9); }
td.TdClassName
{
border-color: #8BBC09;
}
.TagClassName
{
border-color: #8BBC09;
}
</style>