Shades of Chelsea Cucumber #8CBC4B
Tints of Chelsea Cucumber #8CBC4B
RGB
CMYK
RGB Variations
Color information
#8CBC4B (or 0x8CBC4B) is known color: Chelsea Cucumber. HEX triplet: 8C, BC and 4B. RGB value is (140,188,75). Sum of RGB (Red+Green+Blue) = 140+188+75=403 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.74% from 403); Green value is 188 (73.83% from 255 or 46.65% from 403); Blue value is 75 (29.69% from 255 or 18.61% from 403); Max value from RGB is 188 - color contains mainly: green. Hex color #8CBC4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CBC4B is #7343B4. Grayscale: #A1A1A1. Windows color (decimal): -7553973 or 4963468. OLE color: 4963468.
HSL color Cylindrical-coordinate representation of color #8CBC4B: hue angle of 85.49º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8CBC4B is Cyan = 0.26, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 188 | 75 | - |
| CMYK | 0.26 | 0 | 0.60 | 0.26 |
| HSL | 85.49º | 0.46% | 0.52% | - |
| HSV(B) | 85.49º | 0.6% | 0.74% | - |
| XYZ | 30.07 | 42.05 | 13.19 | - |
| YUV | 160.77 | 79.6 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 188 | 75 | 0.26 | 0 | 0.60 | 0.26 | 85.49 | 0.46 | 0.52 |
| Hex | 8C | BC | 4B | 1A | 0 | 3C | 1A | 55 | 2E | 34 |
| Octal | 214 | 274 | 113 | 32 | 0 | 74 | 32 | 125 | 56 | 64 |
| Binary | 10001100 | 10111100 | 1001011 | 11010 | 0 | 111100 | 11010 | 1010101 | 101110 | 110100 |
Color Harmonies of #8CBC4B
Complementary color
Monochromatic Colors of #8CBC4B
Black with #8CBC4B
Text Example
Text Example
White with #8CBC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBC4B; }
p { color: rgb(140,188,75); }
H1.HeaderClassName
{
color: #8CBC4B;
}
.AnyTagClassName
{
color: #8CBC4B;
}
</style>
background-color css
<style>
a { background-color: #8CBC4B; }
a { background-color: rgb(140,188,75); }
div.DivClassName
{
background-color: #8CBC4B;
}
.BgClassName
{
background-color: #8CBC4B;
}
</style>
border-color css
<style>
span { border-color: #8CBC4B; }
span { border-color: rgb(140,188,75); }
td.TdClassName
{
border-color: #8CBC4B;
}
.TagClassName
{
border-color: #8CBC4B;
}
</style>