Shades of Chelsea Cucumber #8CB558
Tints of Chelsea Cucumber #8CB558
RGB
CMYK
RGB Variations
Color information
#8CB558 (or 0x8CB558) is known color: Chelsea Cucumber. HEX triplet: 8C, B5 and 58. RGB value is (140,181,88). Sum of RGB (Red+Green+Blue) = 140+181+88=409 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.23% from 409); Green value is 181 (71.09% from 255 or 44.25% from 409); Blue value is 88 (34.77% from 255 or 21.52% from 409); Max value from RGB is 181 - color contains mainly: green. Hex color #8CB558 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB558 is #734AA7. Grayscale: #9E9E9E. Windows color (decimal): -7555752 or 5813644. OLE color: 5813644.
HSL color Cylindrical-coordinate representation of color #8CB558: hue angle of 86.45º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8CB558 is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 140 | 181 | 88 | - |
| CMYK | 0.23 | 0 | 0.51 | 0.29 |
| HSL | 86.45º | 0.39% | 0.53% | - |
| HSV(B) | 86.45º | 0.51% | 0.71% | - |
| XYZ | 29.1 | 39.33 | 15.29 | - |
| YUV | 158.14 | 88.42 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 181 | 88 | 0.23 | 0 | 0.51 | 0.29 | 86.45 | 0.39 | 0.53 |
| Hex | 8C | B5 | 58 | 17 | 0 | 33 | 1D | 56 | 27 | 35 |
| Octal | 214 | 265 | 130 | 27 | 0 | 63 | 35 | 126 | 47 | 65 |
| Binary | 10001100 | 10110101 | 1011000 | 10111 | 0 | 110011 | 11101 | 1010110 | 100111 | 110101 |
Color Harmonies of #8CB558
Complementary color
Monochromatic Colors of #8CB558
Black with #8CB558
Text Example
Text Example
White with #8CB558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB558; }
p { color: rgb(140,181,88); }
H1.HeaderClassName
{
color: #8CB558;
}
.AnyTagClassName
{
color: #8CB558;
}
</style>
background-color css
<style>
a { background-color: #8CB558; }
a { background-color: rgb(140,181,88); }
div.DivClassName
{
background-color: #8CB558;
}
.BgClassName
{
background-color: #8CB558;
}
</style>
border-color css
<style>
span { border-color: #8CB558; }
span { border-color: rgb(140,181,88); }
td.TdClassName
{
border-color: #8CB558;
}
.TagClassName
{
border-color: #8CB558;
}
</style>