Shades of Chelsea Cucumber #8BAF63
Tints of Chelsea Cucumber #8BAF63
RGB
CMYK
RGB Variations
Color information
#8BAF63 (or 0x8BAF63) is known color: Chelsea Cucumber. HEX triplet: 8B, AF and 63. RGB value is (139,175,99). Sum of RGB (Red+Green+Blue) = 139+175+99=413 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.66% from 413); Green value is 175 (68.75% from 255 or 42.37% from 413); Blue value is 99 (39.06% from 255 or 23.97% from 413); Max value from RGB is 175 - color contains mainly: green. Hex color #8BAF63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BAF63 is #74509C. Grayscale: #9B9B9B. Windows color (decimal): -7622813 or 6533003. OLE color: 6533003.
HSL color Cylindrical-coordinate representation of color #8BAF63: hue angle of 88.42º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8BAF63 is Cyan = 0.21, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 139 | 175 | 99 | - |
| CMYK | 0.21 | 0 | 0.43 | 0.31 |
| HSL | 88.42º | 0.32% | 0.54% | - |
| HSV(B) | 88.42º | 0.43% | 0.69% | - |
| XYZ | 28.23 | 37.05 | 17.47 | - |
| YUV | 155.57 | 96.07 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 175 | 99 | 0.21 | 0 | 0.43 | 0.31 | 88.42 | 0.32 | 0.54 |
| Hex | 8B | AF | 63 | 15 | 0 | 2B | 1F | 58 | 20 | 36 |
| Octal | 213 | 257 | 143 | 25 | 0 | 53 | 37 | 130 | 40 | 66 |
| Binary | 10001011 | 10101111 | 1100011 | 10101 | 0 | 101011 | 11111 | 1011000 | 100000 | 110110 |
Color Harmonies of #8BAF63
Complementary color
Monochromatic Colors of #8BAF63
Black with #8BAF63
Text Example
Text Example
White with #8BAF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAF63; }
p { color: rgb(139,175,99); }
H1.HeaderClassName
{
color: #8BAF63;
}
.AnyTagClassName
{
color: #8BAF63;
}
</style>
background-color css
<style>
a { background-color: #8BAF63; }
a { background-color: rgb(139,175,99); }
div.DivClassName
{
background-color: #8BAF63;
}
.BgClassName
{
background-color: #8BAF63;
}
</style>
border-color css
<style>
span { border-color: #8BAF63; }
span { border-color: rgb(139,175,99); }
td.TdClassName
{
border-color: #8BAF63;
}
.TagClassName
{
border-color: #8BAF63;
}
</style>