Shades of Chelsea Cucumber #8CB054
Tints of Chelsea Cucumber #8CB054
RGB
CMYK
RGB Variations
Color information
#8CB054 (or 0x8CB054) is known color: Chelsea Cucumber. HEX triplet: 8C, B0 and 54. RGB value is (140,176,84). Sum of RGB (Red+Green+Blue) = 140+176+84=400 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35% from 400); Green value is 176 (69.14% from 255 or 44% from 400); Blue value is 84 (33.20% from 255 or 21% from 400); Max value from RGB is 176 - color contains mainly: green. Hex color #8CB054 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CB054 is #734FAB. Grayscale: #9B9B9B. Windows color (decimal): -7557036 or 5550220. OLE color: 5550220.
HSL color Cylindrical-coordinate representation of color #8CB054: hue angle of 83.48º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8CB054 is Cyan = 0.20, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 176 | 84 | - |
| CMYK | 0.20 | 0 | 0.52 | 0.31 |
| HSL | 83.48º | 0.37% | 0.51% | - |
| HSV(B) | 83.48º | 0.52% | 0.69% | - |
| XYZ | 27.94 | 37.27 | 14.11 | - |
| YUV | 154.75 | 88.07 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 176 | 84 | 0.20 | 0 | 0.52 | 0.31 | 83.48 | 0.37 | 0.51 |
| Hex | 8C | B0 | 54 | 14 | 0 | 34 | 1F | 53 | 25 | 33 |
| Octal | 214 | 260 | 124 | 24 | 0 | 64 | 37 | 123 | 45 | 63 |
| Binary | 10001100 | 10110000 | 1010100 | 10100 | 0 | 110100 | 11111 | 1010011 | 100101 | 110011 |
Color Harmonies of #8CB054
Complementary color
Monochromatic Colors of #8CB054
Black with #8CB054
Text Example
Text Example
White with #8CB054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB054; }
p { color: rgb(140,176,84); }
H1.HeaderClassName
{
color: #8CB054;
}
.AnyTagClassName
{
color: #8CB054;
}
</style>
background-color css
<style>
a { background-color: #8CB054; }
a { background-color: rgb(140,176,84); }
div.DivClassName
{
background-color: #8CB054;
}
.BgClassName
{
background-color: #8CB054;
}
</style>
border-color css
<style>
span { border-color: #8CB054; }
span { border-color: rgb(140,176,84); }
td.TdClassName
{
border-color: #8CB054;
}
.TagClassName
{
border-color: #8CB054;
}
</style>