Shades of Chelsea Cucumber #8CB153
Tints of Chelsea Cucumber #8CB153
RGB
CMYK
RGB Variations
Color information
#8CB153 (or 0x8CB153) is known color: Chelsea Cucumber. HEX triplet: 8C, B1 and 53. RGB value is (140,177,83). Sum of RGB (Red+Green+Blue) = 140+177+83=400 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35% from 400); Green value is 177 (69.53% from 255 or 44.25% from 400); Blue value is 83 (32.81% from 255 or 20.75% from 400); Max value from RGB is 177 - color contains mainly: green. Hex color #8CB153 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CB153 is #734EAC. Grayscale: #9B9B9B. Windows color (decimal): -7556781 or 5484940. OLE color: 5484940.
HSL color Cylindrical-coordinate representation of color #8CB153: hue angle of 83.62º degrees, saturation: 0.38, 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 #8CB153 is Cyan = 0.21, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 177 | 83 | - |
| CMYK | 0.21 | 0 | 0.53 | 0.31 |
| HSL | 83.62º | 0.38% | 0.51% | - |
| HSV(B) | 83.62º | 0.53% | 0.69% | - |
| XYZ | 28.1 | 37.64 | 13.97 | - |
| YUV | 155.22 | 87.24 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 177 | 83 | 0.21 | 0 | 0.53 | 0.31 | 83.62 | 0.38 | 0.51 |
| Hex | 8C | B1 | 53 | 15 | 0 | 35 | 1F | 54 | 26 | 33 |
| Octal | 214 | 261 | 123 | 25 | 0 | 65 | 37 | 124 | 46 | 63 |
| Binary | 10001100 | 10110001 | 1010011 | 10101 | 0 | 110101 | 11111 | 1010100 | 100110 | 110011 |
Color Harmonies of #8CB153
Complementary color
Monochromatic Colors of #8CB153
Black with #8CB153
Text Example
Text Example
White with #8CB153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB153; }
p { color: rgb(140,177,83); }
H1.HeaderClassName
{
color: #8CB153;
}
.AnyTagClassName
{
color: #8CB153;
}
</style>
background-color css
<style>
a { background-color: #8CB153; }
a { background-color: rgb(140,177,83); }
div.DivClassName
{
background-color: #8CB153;
}
.BgClassName
{
background-color: #8CB153;
}
</style>
border-color css
<style>
span { border-color: #8CB153; }
span { border-color: rgb(140,177,83); }
td.TdClassName
{
border-color: #8CB153;
}
.TagClassName
{
border-color: #8CB153;
}
</style>