Shades of Chelsea Cucumber #8BAD65
Tints of Chelsea Cucumber #8BAD65
RGB
CMYK
RGB Variations
Color information
#8BAD65 (or 0x8BAD65) is known color: Chelsea Cucumber. HEX triplet: 8B, AD and 65. RGB value is (139,173,101). Sum of RGB (Red+Green+Blue) = 139+173+101=413 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.66% from 413); Green value is 173 (67.97% from 255 or 41.89% from 413); Blue value is 101 (39.84% from 255 or 24.46% from 413); Max value from RGB is 173 - color contains mainly: green. Hex color #8BAD65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BAD65 is #74529A. Grayscale: #9A9A9A. Windows color (decimal): -7623323 or 6663563. OLE color: 6663563.
HSL color Cylindrical-coordinate representation of color #8BAD65: hue angle of 88.33º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BAD65 is Cyan = 0.20, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 139 | 173 | 101 | - |
| CMYK | 0.20 | 0 | 0.42 | 0.32 |
| HSL | 88.33º | 0.31% | 0.54% | - |
| HSV(B) | 88.33º | 0.42% | 0.68% | - |
| XYZ | 27.94 | 36.32 | 17.85 | - |
| YUV | 154.63 | 97.74 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 173 | 101 | 0.20 | 0 | 0.42 | 0.32 | 88.33 | 0.31 | 0.54 |
| Hex | 8B | AD | 65 | 14 | 0 | 2A | 20 | 58 | 1F | 36 |
| Octal | 213 | 255 | 145 | 24 | 0 | 52 | 40 | 130 | 37 | 66 |
| Binary | 10001011 | 10101101 | 1100101 | 10100 | 0 | 101010 | 100000 | 1011000 | 11111 | 110110 |
Color Harmonies of #8BAD65
Complementary color
Monochromatic Colors of #8BAD65
Black with #8BAD65
Text Example
Text Example
White with #8BAD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAD65; }
p { color: rgb(139,173,101); }
H1.HeaderClassName
{
color: #8BAD65;
}
.AnyTagClassName
{
color: #8BAD65;
}
</style>
background-color css
<style>
a { background-color: #8BAD65; }
a { background-color: rgb(139,173,101); }
div.DivClassName
{
background-color: #8BAD65;
}
.BgClassName
{
background-color: #8BAD65;
}
</style>
border-color css
<style>
span { border-color: #8BAD65; }
span { border-color: rgb(139,173,101); }
td.TdClassName
{
border-color: #8BAD65;
}
.TagClassName
{
border-color: #8BAD65;
}
</style>