Shades of Chelsea Cucumber #8BAF55
Tints of Chelsea Cucumber #8BAF55
RGB
CMYK
RGB Variations
Color information
#8BAF55 (or 0x8BAF55) is known color: Chelsea Cucumber. HEX triplet: 8B, AF and 55. RGB value is (139,175,85). Sum of RGB (Red+Green+Blue) = 139+175+85=399 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.84% from 399); Green value is 175 (68.75% from 255 or 43.86% from 399); Blue value is 85 (33.59% from 255 or 21.30% from 399); Max value from RGB is 175 - color contains mainly: green. Hex color #8BAF55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BAF55 is #7450AA. Grayscale: #9A9A9A. Windows color (decimal): -7622827 or 5615499. OLE color: 5615499.
HSL color Cylindrical-coordinate representation of color #8BAF55: hue angle of 84º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8BAF55 is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 139 | 175 | 85 | - |
| CMYK | 0.21 | 0 | 0.51 | 0.31 |
| HSL | 84º | 0.36% | 0.51% | - |
| HSV(B) | 84º | 0.51% | 0.69% | - |
| XYZ | 27.62 | 36.8 | 14.24 | - |
| YUV | 153.98 | 89.07 | 117.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 175 | 85 | 0.21 | 0 | 0.51 | 0.31 | 84 | 0.36 | 0.51 |
| Hex | 8B | AF | 55 | 15 | 0 | 33 | 1F | 54 | 24 | 33 |
| Octal | 213 | 257 | 125 | 25 | 0 | 63 | 37 | 124 | 44 | 63 |
| Binary | 10001011 | 10101111 | 1010101 | 10101 | 0 | 110011 | 11111 | 1010100 | 100100 | 110011 |
Color Harmonies of #8BAF55
Complementary color
Monochromatic Colors of #8BAF55
Black with #8BAF55
Text Example
Text Example
White with #8BAF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAF55; }
p { color: rgb(139,175,85); }
H1.HeaderClassName
{
color: #8BAF55;
}
.AnyTagClassName
{
color: #8BAF55;
}
</style>
background-color css
<style>
a { background-color: #8BAF55; }
a { background-color: rgb(139,175,85); }
div.DivClassName
{
background-color: #8BAF55;
}
.BgClassName
{
background-color: #8BAF55;
}
</style>
border-color css
<style>
span { border-color: #8BAF55; }
span { border-color: rgb(139,175,85); }
td.TdClassName
{
border-color: #8BAF55;
}
.TagClassName
{
border-color: #8BAF55;
}
</style>