Shades of Chelsea Cucumber #8CB15C
Tints of Chelsea Cucumber #8CB15C
RGB
CMYK
RGB Variations
Color information
#8CB15C (or 0x8CB15C) is known color: Chelsea Cucumber. HEX triplet: 8C, B1 and 5C. RGB value is (140,177,92). Sum of RGB (Red+Green+Blue) = 140+177+92=409 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.23% from 409); Green value is 177 (69.53% from 255 or 43.28% from 409); Blue value is 92 (36.33% from 255 or 22.49% from 409); Max value from RGB is 177 - color contains mainly: green. Hex color #8CB15C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CB15C is #734EA3. Grayscale: #9C9C9C. Windows color (decimal): -7556772 or 6074764. OLE color: 6074764.
HSL color Cylindrical-coordinate representation of color #8CB15C: hue angle of 86.12º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8CB15C is Cyan = 0.21, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 177 | 92 | - |
| CMYK | 0.21 | 0 | 0.48 | 0.31 |
| HSL | 86.12º | 0.35% | 0.53% | - |
| HSV(B) | 86.12º | 0.48% | 0.69% | - |
| XYZ | 28.47 | 37.79 | 15.92 | - |
| YUV | 156.25 | 91.74 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 177 | 92 | 0.21 | 0 | 0.48 | 0.31 | 86.12 | 0.35 | 0.53 |
| Hex | 8C | B1 | 5C | 15 | 0 | 30 | 1F | 56 | 23 | 35 |
| Octal | 214 | 261 | 134 | 25 | 0 | 60 | 37 | 126 | 43 | 65 |
| Binary | 10001100 | 10110001 | 1011100 | 10101 | 0 | 110000 | 11111 | 1010110 | 100011 | 110101 |
Color Harmonies of #8CB15C
Complementary color
Monochromatic Colors of #8CB15C
Black with #8CB15C
Text Example
Text Example
White with #8CB15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB15C; }
p { color: rgb(140,177,92); }
H1.HeaderClassName
{
color: #8CB15C;
}
.AnyTagClassName
{
color: #8CB15C;
}
</style>
background-color css
<style>
a { background-color: #8CB15C; }
a { background-color: rgb(140,177,92); }
div.DivClassName
{
background-color: #8CB15C;
}
.BgClassName
{
background-color: #8CB15C;
}
</style>
border-color css
<style>
span { border-color: #8CB15C; }
span { border-color: rgb(140,177,92); }
td.TdClassName
{
border-color: #8CB15C;
}
.TagClassName
{
border-color: #8CB15C;
}
</style>