Shades of Chelsea Cucumber #8CBD55
Tints of Chelsea Cucumber #8CBD55
RGB
CMYK
RGB Variations
Color information
#8CBD55 (or 0x8CBD55) is known color: Chelsea Cucumber. HEX triplet: 8C, BD and 55. RGB value is (140,189,85). Sum of RGB (Red+Green+Blue) = 140+189+85=414 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.82% from 414); Green value is 189 (74.22% from 255 or 45.65% from 414); Blue value is 85 (33.59% from 255 or 20.53% from 414); Max value from RGB is 189 - color contains mainly: green. Hex color #8CBD55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBD55 is #7342AA. Grayscale: #A2A2A2. Windows color (decimal): -7553707 or 5619084. OLE color: 5619084.
HSL color Cylindrical-coordinate representation of color #8CBD55: hue angle of 88.27º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8CBD55 is Cyan = 0.26, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 189 | 85 | - |
| CMYK | 0.26 | 0 | 0.55 | 0.26 |
| HSL | 88.27º | 0.44% | 0.54% | - |
| HSV(B) | 88.27º | 0.55% | 0.74% | - |
| XYZ | 30.65 | 42.63 | 15.21 | - |
| YUV | 162.49 | 84.27 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 189 | 85 | 0.26 | 0 | 0.55 | 0.26 | 88.27 | 0.44 | 0.54 |
| Hex | 8C | BD | 55 | 1A | 0 | 37 | 1A | 58 | 2C | 36 |
| Octal | 214 | 275 | 125 | 32 | 0 | 67 | 32 | 130 | 54 | 66 |
| Binary | 10001100 | 10111101 | 1010101 | 11010 | 0 | 110111 | 11010 | 1011000 | 101100 | 110110 |
Color Harmonies of #8CBD55
Complementary color
Monochromatic Colors of #8CBD55
Black with #8CBD55
Text Example
Text Example
White with #8CBD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBD55; }
p { color: rgb(140,189,85); }
H1.HeaderClassName
{
color: #8CBD55;
}
.AnyTagClassName
{
color: #8CBD55;
}
</style>
background-color css
<style>
a { background-color: #8CBD55; }
a { background-color: rgb(140,189,85); }
div.DivClassName
{
background-color: #8CBD55;
}
.BgClassName
{
background-color: #8CBD55;
}
</style>
border-color css
<style>
span { border-color: #8CBD55; }
span { border-color: rgb(140,189,85); }
td.TdClassName
{
border-color: #8CBD55;
}
.TagClassName
{
border-color: #8CBD55;
}
</style>