Shades of Chelsea Cucumber #8BAD50
Tints of Chelsea Cucumber #8BAD50
RGB
CMYK
RGB Variations
Color information
#8BAD50 (or 0x8BAD50) is known color: Chelsea Cucumber. HEX triplet: 8B, AD and 50. RGB value is (139,173,80). Sum of RGB (Red+Green+Blue) = 139+173+80=392 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.46% from 392); Green value is 173 (67.97% from 255 or 44.13% from 392); Blue value is 80 (31.64% from 255 or 20.41% from 392); Max value from RGB is 173 - color contains mainly: green. Hex color #8BAD50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BAD50 is #7452AF. Grayscale: #989898. Windows color (decimal): -7623344 or 5287307. OLE color: 5287307.
HSL color Cylindrical-coordinate representation of color #8BAD50: hue angle of 81.94º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8BAD50 is Cyan = 0.20, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 139 | 173 | 80 | - |
| CMYK | 0.20 | 0 | 0.54 | 0.32 |
| HSL | 81.94º | 0.37% | 0.5% | - |
| HSV(B) | 81.94º | 0.54% | 0.68% | - |
| XYZ | 27.04 | 35.96 | 13.1 | - |
| YUV | 152.23 | 87.24 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 173 | 80 | 0.20 | 0 | 0.54 | 0.32 | 81.94 | 0.37 | 0.5 |
| Hex | 8B | AD | 50 | 14 | 0 | 36 | 20 | 52 | 25 | 32 |
| Octal | 213 | 255 | 120 | 24 | 0 | 66 | 40 | 122 | 45 | 62 |
| Binary | 10001011 | 10101101 | 1010000 | 10100 | 0 | 110110 | 100000 | 1010010 | 100101 | 110010 |
Color Harmonies of #8BAD50
Complementary color
Monochromatic Colors of #8BAD50
Black with #8BAD50
Text Example
Text Example
White with #8BAD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAD50; }
p { color: rgb(139,173,80); }
H1.HeaderClassName
{
color: #8BAD50;
}
.AnyTagClassName
{
color: #8BAD50;
}
</style>
background-color css
<style>
a { background-color: #8BAD50; }
a { background-color: rgb(139,173,80); }
div.DivClassName
{
background-color: #8BAD50;
}
.BgClassName
{
background-color: #8BAD50;
}
</style>
border-color css
<style>
span { border-color: #8BAD50; }
span { border-color: rgb(139,173,80); }
td.TdClassName
{
border-color: #8BAD50;
}
.TagClassName
{
border-color: #8BAD50;
}
</style>