Shades of Citrus #8BBE00
Tints of Citrus #8BBE00
RGB
CMYK
RGB Variations
Color information
#8BBE00 (or 0x8BBE00) is known color: Citrus. HEX triplet: 8B, BE and 00. RGB value is (139,190,0). Sum of RGB (Red+Green+Blue) = 139+190+0=329 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.25% from 329); Green value is 190 (74.61% from 255 or 57.75% from 329); Blue value is 0 (0.39% from 255 or 0% from 329); Max value from RGB is 190 - color contains mainly: green. Hex color #8BBE00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BBE00 is #7441FF. Grayscale: #999999. Windows color (decimal): -7619072 or 48779. OLE color: 48779.
HSL color Cylindrical-coordinate representation of color #8BBE00: hue angle of 76.11º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8BBE00 is Cyan = 0.27, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 139 | 190 | 0 | - |
| CMYK | 0.27 | 0 | 1 | 0.25 |
| HSL | 76.11º | 1% | 0.37% | - |
| HSV(B) | 76.11º | 1% | 0.75% | - |
| XYZ | 29.06 | 42.32 | 6.64 | - |
| YUV | 153.09 | 41.6 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 190 | 0 | 0.27 | 0 | 1 | 0.25 | 76.11 | 1 | 0.37 |
| Hex | 8B | BE | 0 | 1B | 0 | 64 | 19 | 4C | 64 | 25 |
| Octal | 213 | 276 | 0 | 33 | 0 | 144 | 31 | 114 | 144 | 45 |
| Binary | 10001011 | 10111110 | 0 | 11011 | 0 | 1100100 | 11001 | 1001100 | 1100100 | 100101 |
Color Harmonies of #8BBE00
Complementary color
Monochromatic Colors of #8BBE00
Black with #8BBE00
Text Example
Text Example
White with #8BBE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBE00; }
p { color: rgb(139,190,0); }
H1.HeaderClassName
{
color: #8BBE00;
}
.AnyTagClassName
{
color: #8BBE00;
}
</style>
background-color css
<style>
a { background-color: #8BBE00; }
a { background-color: rgb(139,190,0); }
div.DivClassName
{
background-color: #8BBE00;
}
.BgClassName
{
background-color: #8BBE00;
}
</style>
border-color css
<style>
span { border-color: #8BBE00; }
span { border-color: rgb(139,190,0); }
td.TdClassName
{
border-color: #8BBE00;
}
.TagClassName
{
border-color: #8BBE00;
}
</style>