Shades of Citrus #8BBC08
Tints of Citrus #8BBC08
RGB
CMYK
RGB Variations
Color information
#8BBC08 (or 0x8BBC08) is known color: Citrus. HEX triplet: 8B, BC and 08. RGB value is (139,188,8). Sum of RGB (Red+Green+Blue) = 139+188+8=335 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.49% from 335); Green value is 188 (73.83% from 255 or 56.12% from 335); Blue value is 8 (3.52% from 255 or 2.39% from 335); Max value from RGB is 188 - color contains mainly: green. Hex color #8BBC08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BBC08 is #7443F7. Grayscale: #999999. Windows color (decimal): -7619576 or 572555. OLE color: 572555.
HSL color Cylindrical-coordinate representation of color #8BBC08: hue angle of 76.33º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8BBC08 is Cyan = 0.26, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 188 | 8 | - |
| CMYK | 0.26 | 0 | 0.96 | 0.26 |
| HSL | 76.33º | 0.92% | 0.38% | - |
| HSV(B) | 76.33º | 0.96% | 0.74% | - |
| XYZ | 28.67 | 41.47 | 6.72 | - |
| YUV | 152.83 | 46.27 | 118.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 188 | 8 | 0.26 | 0 | 0.96 | 0.26 | 76.33 | 0.92 | 0.38 |
| Hex | 8B | BC | 8 | 1A | 0 | 60 | 1A | 4C | 5C | 26 |
| Octal | 213 | 274 | 10 | 32 | 0 | 140 | 32 | 114 | 134 | 46 |
| Binary | 10001011 | 10111100 | 1000 | 11010 | 0 | 1100000 | 11010 | 1001100 | 1011100 | 100110 |
Color Harmonies of #8BBC08
Complementary color
Monochromatic Colors of #8BBC08
Black with #8BBC08
Text Example
Text Example
White with #8BBC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBC08; }
p { color: rgb(139,188,8); }
H1.HeaderClassName
{
color: #8BBC08;
}
.AnyTagClassName
{
color: #8BBC08;
}
</style>
background-color css
<style>
a { background-color: #8BBC08; }
a { background-color: rgb(139,188,8); }
div.DivClassName
{
background-color: #8BBC08;
}
.BgClassName
{
background-color: #8BBC08;
}
</style>
border-color css
<style>
span { border-color: #8BBC08; }
span { border-color: rgb(139,188,8); }
td.TdClassName
{
border-color: #8BBC08;
}
.TagClassName
{
border-color: #8BBC08;
}
</style>