Shades of Citrus #8BBE0C
Tints of Citrus #8BBE0C
RGB
CMYK
RGB Variations
Color information
#8BBE0C (or 0x8BBE0C) is known color: Citrus. HEX triplet: 8B, BE and 0C. RGB value is (139,190,12). Sum of RGB (Red+Green+Blue) = 139+190+12=341 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.76% from 341); Green value is 190 (74.61% from 255 or 55.72% from 341); Blue value is 12 (5.08% from 255 or 3.52% from 341); Max value from RGB is 190 - color contains mainly: green. Hex color #8BBE0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BBE0C is #7441F3. Grayscale: #9B9B9B. Windows color (decimal): -7619060 or 835211. OLE color: 835211.
HSL color Cylindrical-coordinate representation of color #8BBE0C: hue angle of 77.19º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8BBE0C is Cyan = 0.27, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 139 | 190 | 12 | - |
| CMYK | 0.27 | 0 | 0.94 | 0.25 |
| HSL | 77.19º | 0.88% | 0.4% | - |
| HSV(B) | 77.19º | 0.94% | 0.75% | - |
| XYZ | 29.13 | 42.34 | 6.99 | - |
| YUV | 154.46 | 47.6 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 190 | 12 | 0.27 | 0 | 0.94 | 0.25 | 77.19 | 0.88 | 0.4 |
| Hex | 8B | BE | C | 1B | 0 | 5E | 19 | 4D | 58 | 28 |
| Octal | 213 | 276 | 14 | 33 | 0 | 136 | 31 | 115 | 130 | 50 |
| Binary | 10001011 | 10111110 | 1100 | 11011 | 0 | 1011110 | 11001 | 1001101 | 1011000 | 101000 |
Color Harmonies of #8BBE0C
Complementary color
Monochromatic Colors of #8BBE0C
Black with #8BBE0C
Text Example
Text Example
White with #8BBE0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBE0C; }
p { color: rgb(139,190,12); }
H1.HeaderClassName
{
color: #8BBE0C;
}
.AnyTagClassName
{
color: #8BBE0C;
}
</style>
background-color css
<style>
a { background-color: #8BBE0C; }
a { background-color: rgb(139,190,12); }
div.DivClassName
{
background-color: #8BBE0C;
}
.BgClassName
{
background-color: #8BBE0C;
}
</style>
border-color css
<style>
span { border-color: #8BBE0C; }
span { border-color: rgb(139,190,12); }
td.TdClassName
{
border-color: #8BBE0C;
}
.TagClassName
{
border-color: #8BBE0C;
}
</style>