Shades of Chelsea Cucumber #8CB665
Tints of Chelsea Cucumber #8CB665
RGB
CMYK
RGB Variations
Color information
#8CB665 (or 0x8CB665) is known color: Chelsea Cucumber. HEX triplet: 8C, B6 and 65. RGB value is (140,182,101). Sum of RGB (Red+Green+Blue) = 140+182+101=423 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.10% from 423); Green value is 182 (71.48% from 255 or 43.03% from 423); Blue value is 101 (39.84% from 255 or 23.88% from 423); Max value from RGB is 182 - color contains mainly: green. Hex color #8CB665 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB665 is #73499A. Grayscale: #A0A0A0. Windows color (decimal): -7555483 or 6665868. OLE color: 6665868.
HSL color Cylindrical-coordinate representation of color #8CB665: hue angle of 91.11º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CB665 is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 140 | 182 | 101 | - |
| CMYK | 0.23 | 0 | 0.45 | 0.29 |
| HSL | 91.11º | 0.36% | 0.55% | - |
| HSV(B) | 91.11º | 0.45% | 0.71% | - |
| XYZ | 29.89 | 39.97 | 18.45 | - |
| YUV | 160.21 | 94.59 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 182 | 101 | 0.23 | 0 | 0.45 | 0.29 | 91.11 | 0.36 | 0.55 |
| Hex | 8C | B6 | 65 | 17 | 0 | 2D | 1D | 5B | 24 | 37 |
| Octal | 214 | 266 | 145 | 27 | 0 | 55 | 35 | 133 | 44 | 67 |
| Binary | 10001100 | 10110110 | 1100101 | 10111 | 0 | 101101 | 11101 | 1011011 | 100100 | 110111 |
Color Harmonies of #8CB665
Complementary color
Monochromatic Colors of #8CB665
Black with #8CB665
Text Example
Text Example
White with #8CB665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB665; }
p { color: rgb(140,182,101); }
H1.HeaderClassName
{
color: #8CB665;
}
.AnyTagClassName
{
color: #8CB665;
}
</style>
background-color css
<style>
a { background-color: #8CB665; }
a { background-color: rgb(140,182,101); }
div.DivClassName
{
background-color: #8CB665;
}
.BgClassName
{
background-color: #8CB665;
}
</style>
border-color css
<style>
span { border-color: #8CB665; }
span { border-color: rgb(140,182,101); }
td.TdClassName
{
border-color: #8CB665;
}
.TagClassName
{
border-color: #8CB665;
}
</style>