Shades of Chelsea Cucumber #8CB154
Tints of Chelsea Cucumber #8CB154
RGB
CMYK
RGB Variations
Color information
#8CB154 (or 0x8CB154) is known color: Chelsea Cucumber. HEX triplet: 8C, B1 and 54. RGB value is (140,177,84). Sum of RGB (Red+Green+Blue) = 140+177+84=401 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.91% from 401); Green value is 177 (69.53% from 255 or 44.14% from 401); Blue value is 84 (33.20% from 255 or 20.95% from 401); Max value from RGB is 177 - color contains mainly: green. Hex color #8CB154 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CB154 is #734EAB. Grayscale: #9B9B9B. Windows color (decimal): -7556780 or 5550476. OLE color: 5550476.
HSL color Cylindrical-coordinate representation of color #8CB154: hue angle of 83.87º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8CB154 is Cyan = 0.21, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 177 | 84 | - |
| CMYK | 0.21 | 0 | 0.53 | 0.31 |
| HSL | 83.87º | 0.37% | 0.51% | - |
| HSV(B) | 83.87º | 0.53% | 0.69% | - |
| XYZ | 28.14 | 37.66 | 14.17 | - |
| YUV | 155.34 | 87.74 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 177 | 84 | 0.21 | 0 | 0.53 | 0.31 | 83.87 | 0.37 | 0.51 |
| Hex | 8C | B1 | 54 | 15 | 0 | 35 | 1F | 54 | 25 | 33 |
| Octal | 214 | 261 | 124 | 25 | 0 | 65 | 37 | 124 | 45 | 63 |
| Binary | 10001100 | 10110001 | 1010100 | 10101 | 0 | 110101 | 11111 | 1010100 | 100101 | 110011 |
Color Harmonies of #8CB154
Complementary color
Monochromatic Colors of #8CB154
Black with #8CB154
Text Example
Text Example
White with #8CB154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB154; }
p { color: rgb(140,177,84); }
H1.HeaderClassName
{
color: #8CB154;
}
.AnyTagClassName
{
color: #8CB154;
}
</style>
background-color css
<style>
a { background-color: #8CB154; }
a { background-color: rgb(140,177,84); }
div.DivClassName
{
background-color: #8CB154;
}
.BgClassName
{
background-color: #8CB154;
}
</style>
border-color css
<style>
span { border-color: #8CB154; }
span { border-color: rgb(140,177,84); }
td.TdClassName
{
border-color: #8CB154;
}
.TagClassName
{
border-color: #8CB154;
}
</style>