Shades of Chelsea Cucumber #8CB468
Tints of Chelsea Cucumber #8CB468
RGB
CMYK
RGB Variations
Color information
#8CB468 (or 0x8CB468) is known color: Chelsea Cucumber. HEX triplet: 8C, B4 and 68. RGB value is (140,180,104). Sum of RGB (Red+Green+Blue) = 140+180+104=424 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.02% from 424); Green value is 180 (70.70% from 255 or 42.45% from 424); Blue value is 104 (41.02% from 255 or 24.53% from 424); Max value from RGB is 180 - color contains mainly: green. Hex color #8CB468 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB468 is #734B97. Grayscale: #9F9F9F. Windows color (decimal): -7555992 or 6861964. OLE color: 6861964.
HSL color Cylindrical-coordinate representation of color #8CB468: hue angle of 91.58º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8CB468 is Cyan = 0.22, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 140 | 180 | 104 | - |
| CMYK | 0.22 | 0 | 0.42 | 0.29 |
| HSL | 91.58º | 0.34% | 0.56% | - |
| HSV(B) | 91.58º | 0.42% | 0.71% | - |
| XYZ | 29.64 | 39.22 | 19.1 | - |
| YUV | 159.38 | 96.75 | 114.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 180 | 104 | 0.22 | 0 | 0.42 | 0.29 | 91.58 | 0.34 | 0.56 |
| Hex | 8C | B4 | 68 | 16 | 0 | 2A | 1D | 5C | 22 | 38 |
| Octal | 214 | 264 | 150 | 26 | 0 | 52 | 35 | 134 | 42 | 70 |
| Binary | 10001100 | 10110100 | 1101000 | 10110 | 0 | 101010 | 11101 | 1011100 | 100010 | 111000 |
Color Harmonies of #8CB468
Complementary color
Monochromatic Colors of #8CB468
Black with #8CB468
Text Example
Text Example
White with #8CB468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB468; }
p { color: rgb(140,180,104); }
H1.HeaderClassName
{
color: #8CB468;
}
.AnyTagClassName
{
color: #8CB468;
}
</style>
background-color css
<style>
a { background-color: #8CB468; }
a { background-color: rgb(140,180,104); }
div.DivClassName
{
background-color: #8CB468;
}
.BgClassName
{
background-color: #8CB468;
}
</style>
border-color css
<style>
span { border-color: #8CB468; }
span { border-color: rgb(140,180,104); }
td.TdClassName
{
border-color: #8CB468;
}
.TagClassName
{
border-color: #8CB468;
}
</style>