Shades of Citrus #8BBC00
Tints of Citrus #8BBC00
RGB
CMYK
RGB Variations
Color information
#8BBC00 (or 0x8BBC00) is known color: Citrus. HEX triplet: 8B, BC and 00. RGB value is (139,188,0). Sum of RGB (Red+Green+Blue) = 139+188+0=327 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.51% from 327); Green value is 188 (73.83% from 255 or 57.49% from 327); Blue value is 0 (0.39% from 255 or 0% from 327); Max value from RGB is 188 - color contains mainly: green. Hex color #8BBC00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BBC00 is #7443FF. Grayscale: #989898. Windows color (decimal): -7619584 or 48267. OLE color: 48267.
HSL color Cylindrical-coordinate representation of color #8BBC00: hue angle of 75.64º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8BBC00 is Cyan = 0.26, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 188 | 0 | - |
| CMYK | 0.26 | 0 | 1 | 0.26 |
| HSL | 75.64º | 1% | 0.37% | - |
| HSV(B) | 75.64º | 1% | 0.74% | - |
| XYZ | 28.63 | 41.46 | 6.49 | - |
| YUV | 151.92 | 42.27 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 188 | 0 | 0.26 | 0 | 1 | 0.26 | 75.64 | 1 | 0.37 |
| Hex | 8B | BC | 0 | 1A | 0 | 64 | 1A | 4C | 64 | 25 |
| Octal | 213 | 274 | 0 | 32 | 0 | 144 | 32 | 114 | 144 | 45 |
| Binary | 10001011 | 10111100 | 0 | 11010 | 0 | 1100100 | 11010 | 1001100 | 1100100 | 100101 |
Color Harmonies of #8BBC00
Complementary color
Monochromatic Colors of #8BBC00
Black with #8BBC00
Text Example
Text Example
White with #8BBC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBC00; }
p { color: rgb(139,188,0); }
H1.HeaderClassName
{
color: #8BBC00;
}
.AnyTagClassName
{
color: #8BBC00;
}
</style>
background-color css
<style>
a { background-color: #8BBC00; }
a { background-color: rgb(139,188,0); }
div.DivClassName
{
background-color: #8BBC00;
}
.BgClassName
{
background-color: #8BBC00;
}
</style>
border-color css
<style>
span { border-color: #8BBC00; }
span { border-color: rgb(139,188,0); }
td.TdClassName
{
border-color: #8BBC00;
}
.TagClassName
{
border-color: #8BBC00;
}
</style>