Shades of Chelsea Cucumber #8CB168
Tints of Chelsea Cucumber #8CB168
RGB
CMYK
RGB Variations
Color information
#8CB168 (or 0x8CB168) is known color: Chelsea Cucumber. HEX triplet: 8C, B1 and 68. RGB value is (140,177,104). Sum of RGB (Red+Green+Blue) = 140+177+104=421 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.25% from 421); Green value is 177 (69.53% from 255 or 42.04% from 421); Blue value is 104 (41.02% from 255 or 24.70% from 421); Max value from RGB is 177 - color contains mainly: green. Hex color #8CB168 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CB168 is #734E97. Grayscale: #9D9D9D. Windows color (decimal): -7556760 or 6861196. OLE color: 6861196.
HSL color Cylindrical-coordinate representation of color #8CB168: hue angle of 90.41º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CB168 is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 177 | 104 | - |
| CMYK | 0.21 | 0 | 0.41 | 0.31 |
| HSL | 90.41º | 0.32% | 0.55% | - |
| HSV(B) | 90.41º | 0.41% | 0.69% | - |
| XYZ | 29.04 | 38.02 | 18.9 | - |
| YUV | 157.62 | 97.74 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 177 | 104 | 0.21 | 0 | 0.41 | 0.31 | 90.41 | 0.32 | 0.55 |
| Hex | 8C | B1 | 68 | 15 | 0 | 29 | 1F | 5A | 20 | 37 |
| Octal | 214 | 261 | 150 | 25 | 0 | 51 | 37 | 132 | 40 | 67 |
| Binary | 10001100 | 10110001 | 1101000 | 10101 | 0 | 101001 | 11111 | 1011010 | 100000 | 110111 |
Color Harmonies of #8CB168
Complementary color
Monochromatic Colors of #8CB168
Black with #8CB168
Text Example
Text Example
White with #8CB168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB168; }
p { color: rgb(140,177,104); }
H1.HeaderClassName
{
color: #8CB168;
}
.AnyTagClassName
{
color: #8CB168;
}
</style>
background-color css
<style>
a { background-color: #8CB168; }
a { background-color: rgb(140,177,104); }
div.DivClassName
{
background-color: #8CB168;
}
.BgClassName
{
background-color: #8CB168;
}
</style>
border-color css
<style>
span { border-color: #8CB168; }
span { border-color: rgb(140,177,104); }
td.TdClassName
{
border-color: #8CB168;
}
.TagClassName
{
border-color: #8CB168;
}
</style>