Shades of Chelsea Cucumber #8CB566
Tints of Chelsea Cucumber #8CB566
RGB
CMYK
RGB Variations
Color information
#8CB566 (or 0x8CB566) is known color: Chelsea Cucumber. HEX triplet: 8C, B5 and 66. RGB value is (140,181,102). Sum of RGB (Red+Green+Blue) = 140+181+102=423 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.10% from 423); Green value is 181 (71.09% from 255 or 42.79% from 423); Blue value is 102 (40.23% from 255 or 24.11% from 423); Max value from RGB is 181 - color contains mainly: green. Hex color #8CB566 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB566 is #734A99. Grayscale: #A0A0A0. Windows color (decimal): -7555738 or 6731148. OLE color: 6731148.
HSL color Cylindrical-coordinate representation of color #8CB566: hue angle of 91.14º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CB566 is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 140 | 181 | 102 | - |
| CMYK | 0.23 | 0 | 0.44 | 0.29 |
| HSL | 91.14º | 0.35% | 0.55% | - |
| HSV(B) | 91.14º | 0.44% | 0.71% | - |
| XYZ | 29.74 | 39.58 | 18.64 | - |
| YUV | 159.74 | 95.42 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 181 | 102 | 0.23 | 0 | 0.44 | 0.29 | 91.14 | 0.35 | 0.55 |
| Hex | 8C | B5 | 66 | 17 | 0 | 2C | 1D | 5B | 23 | 37 |
| Octal | 214 | 265 | 146 | 27 | 0 | 54 | 35 | 133 | 43 | 67 |
| Binary | 10001100 | 10110101 | 1100110 | 10111 | 0 | 101100 | 11101 | 1011011 | 100011 | 110111 |
Color Harmonies of #8CB566
Complementary color
Monochromatic Colors of #8CB566
Black with #8CB566
Text Example
Text Example
White with #8CB566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB566; }
p { color: rgb(140,181,102); }
H1.HeaderClassName
{
color: #8CB566;
}
.AnyTagClassName
{
color: #8CB566;
}
</style>
background-color css
<style>
a { background-color: #8CB566; }
a { background-color: rgb(140,181,102); }
div.DivClassName
{
background-color: #8CB566;
}
.BgClassName
{
background-color: #8CB566;
}
</style>
border-color css
<style>
span { border-color: #8CB566; }
span { border-color: rgb(140,181,102); }
td.TdClassName
{
border-color: #8CB566;
}
.TagClassName
{
border-color: #8CB566;
}
</style>