Shades of Chelsea Cucumber #8BAD5D
Tints of Chelsea Cucumber #8BAD5D
RGB
CMYK
RGB Variations
Color information
#8BAD5D (or 0x8BAD5D) is known color: Chelsea Cucumber. HEX triplet: 8B, AD and 5D. RGB value is (139,173,93). Sum of RGB (Red+Green+Blue) = 139+173+93=405 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.32% from 405); Green value is 173 (67.97% from 255 or 42.72% from 405); Blue value is 93 (36.72% from 255 or 22.96% from 405); Max value from RGB is 173 - color contains mainly: green. Hex color #8BAD5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BAD5D is #7452A2. Grayscale: #999999. Windows color (decimal): -7623331 or 6139275. OLE color: 6139275.
HSL color Cylindrical-coordinate representation of color #8BAD5D: hue angle of 85.5º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8BAD5D is Cyan = 0.20, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 139 | 173 | 93 | - |
| CMYK | 0.20 | 0 | 0.46 | 0.32 |
| HSL | 85.5º | 0.33% | 0.52% | - |
| HSV(B) | 85.5º | 0.46% | 0.68% | - |
| XYZ | 27.57 | 36.17 | 15.88 | - |
| YUV | 153.71 | 93.74 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 173 | 93 | 0.20 | 0 | 0.46 | 0.32 | 85.5 | 0.33 | 0.52 |
| Hex | 8B | AD | 5D | 14 | 0 | 2E | 20 | 56 | 21 | 34 |
| Octal | 213 | 255 | 135 | 24 | 0 | 56 | 40 | 126 | 41 | 64 |
| Binary | 10001011 | 10101101 | 1011101 | 10100 | 0 | 101110 | 100000 | 1010110 | 100001 | 110100 |
Color Harmonies of #8BAD5D
Complementary color
Monochromatic Colors of #8BAD5D
Black with #8BAD5D
Text Example
Text Example
White with #8BAD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAD5D; }
p { color: rgb(139,173,93); }
H1.HeaderClassName
{
color: #8BAD5D;
}
.AnyTagClassName
{
color: #8BAD5D;
}
</style>
background-color css
<style>
a { background-color: #8BAD5D; }
a { background-color: rgb(139,173,93); }
div.DivClassName
{
background-color: #8BAD5D;
}
.BgClassName
{
background-color: #8BAD5D;
}
</style>
border-color css
<style>
span { border-color: #8BAD5D; }
span { border-color: rgb(139,173,93); }
td.TdClassName
{
border-color: #8BAD5D;
}
.TagClassName
{
border-color: #8BAD5D;
}
</style>