Shades of Chelsea Cucumber #8CBC53
Tints of Chelsea Cucumber #8CBC53
RGB
CMYK
RGB Variations
Color information
#8CBC53 (or 0x8CBC53) is known color: Chelsea Cucumber. HEX triplet: 8C, BC and 53. RGB value is (140,188,83). Sum of RGB (Red+Green+Blue) = 140+188+83=411 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.06% from 411); Green value is 188 (73.83% from 255 or 45.74% from 411); Blue value is 83 (32.81% from 255 or 20.19% from 411); Max value from RGB is 188 - color contains mainly: green. Hex color #8CBC53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBC53 is #7343AC. Grayscale: #A2A2A2. Windows color (decimal): -7553965 or 5487756. OLE color: 5487756.
HSL color Cylindrical-coordinate representation of color #8CBC53: hue angle of 87.43º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8CBC53 is Cyan = 0.26, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 188 | 83 | - |
| CMYK | 0.26 | 0 | 0.56 | 0.26 |
| HSL | 87.43º | 0.44% | 0.53% | - |
| HSV(B) | 87.43º | 0.56% | 0.74% | - |
| XYZ | 30.36 | 42.17 | 14.72 | - |
| YUV | 161.68 | 83.6 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 188 | 83 | 0.26 | 0 | 0.56 | 0.26 | 87.43 | 0.44 | 0.53 |
| Hex | 8C | BC | 53 | 1A | 0 | 38 | 1A | 57 | 2C | 35 |
| Octal | 214 | 274 | 123 | 32 | 0 | 70 | 32 | 127 | 54 | 65 |
| Binary | 10001100 | 10111100 | 1010011 | 11010 | 0 | 111000 | 11010 | 1010111 | 101100 | 110101 |
Color Harmonies of #8CBC53
Complementary color
Monochromatic Colors of #8CBC53
Black with #8CBC53
Text Example
Text Example
White with #8CBC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBC53; }
p { color: rgb(140,188,83); }
H1.HeaderClassName
{
color: #8CBC53;
}
.AnyTagClassName
{
color: #8CBC53;
}
</style>
background-color css
<style>
a { background-color: #8CBC53; }
a { background-color: rgb(140,188,83); }
div.DivClassName
{
background-color: #8CBC53;
}
.BgClassName
{
background-color: #8CBC53;
}
</style>
border-color css
<style>
span { border-color: #8CBC53; }
span { border-color: rgb(140,188,83); }
td.TdClassName
{
border-color: #8CBC53;
}
.TagClassName
{
border-color: #8CBC53;
}
</style>