Shades of Chelsea Cucumber #8BBC4B
Tints of Chelsea Cucumber #8BBC4B
RGB
CMYK
RGB Variations
Color information
#8BBC4B (or 0x8BBC4B) is known color: Chelsea Cucumber. HEX triplet: 8B, BC and 4B. RGB value is (139,188,75). Sum of RGB (Red+Green+Blue) = 139+188+75=402 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.58% from 402); Green value is 188 (73.83% from 255 or 46.77% from 402); Blue value is 75 (29.69% from 255 or 18.66% from 402); Max value from RGB is 188 - color contains mainly: green. Hex color #8BBC4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BBC4B is #7443B4. Grayscale: #A0A0A0. Windows color (decimal): -7619509 or 4963467. OLE color: 4963467.
HSL color Cylindrical-coordinate representation of color #8BBC4B: hue angle of 86.02º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8BBC4B is Cyan = 0.26, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 188 | 75 | - |
| CMYK | 0.26 | 0 | 0.60 | 0.26 |
| HSL | 86.02º | 0.46% | 0.52% | - |
| HSV(B) | 86.02º | 0.6% | 0.74% | - |
| XYZ | 29.9 | 41.96 | 13.18 | - |
| YUV | 160.47 | 79.77 | 112.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 188 | 75 | 0.26 | 0 | 0.60 | 0.26 | 86.02 | 0.46 | 0.52 |
| Hex | 8B | BC | 4B | 1A | 0 | 3C | 1A | 56 | 2E | 34 |
| Octal | 213 | 274 | 113 | 32 | 0 | 74 | 32 | 126 | 56 | 64 |
| Binary | 10001011 | 10111100 | 1001011 | 11010 | 0 | 111100 | 11010 | 1010110 | 101110 | 110100 |
Color Harmonies of #8BBC4B
Complementary color
Monochromatic Colors of #8BBC4B
Black with #8BBC4B
Text Example
Text Example
White with #8BBC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBC4B; }
p { color: rgb(139,188,75); }
H1.HeaderClassName
{
color: #8BBC4B;
}
.AnyTagClassName
{
color: #8BBC4B;
}
</style>
background-color css
<style>
a { background-color: #8BBC4B; }
a { background-color: rgb(139,188,75); }
div.DivClassName
{
background-color: #8BBC4B;
}
.BgClassName
{
background-color: #8BBC4B;
}
</style>
border-color css
<style>
span { border-color: #8BBC4B; }
span { border-color: rgb(139,188,75); }
td.TdClassName
{
border-color: #8BBC4B;
}
.TagClassName
{
border-color: #8BBC4B;
}
</style>