Shades of Chelsea Cucumber #8CBB58
Tints of Chelsea Cucumber #8CBB58
RGB
CMYK
RGB Variations
Color information
#8CBB58 (or 0x8CBB58) is known color: Chelsea Cucumber. HEX triplet: 8C, BB and 58. RGB value is (140,187,88). Sum of RGB (Red+Green+Blue) = 140+187+88=415 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.73% from 415); Green value is 187 (73.44% from 255 or 45.06% from 415); Blue value is 88 (34.77% from 255 or 21.20% from 415); Max value from RGB is 187 - color contains mainly: green. Hex color #8CBB58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBB58 is #7344A7. Grayscale: #A2A2A2. Windows color (decimal): -7554216 or 5815180. OLE color: 5815180.
HSL color Cylindrical-coordinate representation of color #8CBB58: hue angle of 88.48º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8CBB58 is Cyan = 0.25, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 187 | 88 | - |
| CMYK | 0.25 | 0 | 0.53 | 0.27 |
| HSL | 88.48º | 0.42% | 0.54% | - |
| HSV(B) | 88.48º | 0.53% | 0.73% | - |
| XYZ | 30.35 | 41.82 | 15.71 | - |
| YUV | 161.66 | 86.43 | 112.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 187 | 88 | 0.25 | 0 | 0.53 | 0.27 | 88.48 | 0.42 | 0.54 |
| Hex | 8C | BB | 58 | 19 | 0 | 35 | 1B | 58 | 2A | 36 |
| Octal | 214 | 273 | 130 | 31 | 0 | 65 | 33 | 130 | 52 | 66 |
| Binary | 10001100 | 10111011 | 1011000 | 11001 | 0 | 110101 | 11011 | 1011000 | 101010 | 110110 |
Color Harmonies of #8CBB58
Complementary color
Monochromatic Colors of #8CBB58
Black with #8CBB58
Text Example
Text Example
White with #8CBB58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBB58; }
p { color: rgb(140,187,88); }
H1.HeaderClassName
{
color: #8CBB58;
}
.AnyTagClassName
{
color: #8CBB58;
}
</style>
background-color css
<style>
a { background-color: #8CBB58; }
a { background-color: rgb(140,187,88); }
div.DivClassName
{
background-color: #8CBB58;
}
.BgClassName
{
background-color: #8CBB58;
}
</style>
border-color css
<style>
span { border-color: #8CBB58; }
span { border-color: rgb(140,187,88); }
td.TdClassName
{
border-color: #8CBB58;
}
.TagClassName
{
border-color: #8CBB58;
}
</style>