Shades of Chelsea Cucumber #8CB662
Tints of Chelsea Cucumber #8CB662
RGB
CMYK
RGB Variations
Color information
#8CB662 (or 0x8CB662) is known color: Chelsea Cucumber. HEX triplet: 8C, B6 and 62. RGB value is (140,182,98). Sum of RGB (Red+Green+Blue) = 140+182+98=420 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.33% from 420); Green value is 182 (71.48% from 255 or 43.33% from 420); Blue value is 98 (38.67% from 255 or 23.33% from 420); Max value from RGB is 182 - color contains mainly: green. Hex color #8CB662 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB662 is #73499D. Grayscale: #A0A0A0. Windows color (decimal): -7555486 or 6469260. OLE color: 6469260.
HSL color Cylindrical-coordinate representation of color #8CB662: hue angle of 90º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8CB662 is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 140 | 182 | 98 | - |
| CMYK | 0.23 | 0 | 0.46 | 0.29 |
| HSL | 90º | 0.37% | 0.55% | - |
| HSV(B) | 90º | 0.46% | 0.71% | - |
| XYZ | 29.75 | 39.91 | 17.69 | - |
| YUV | 159.87 | 93.09 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 182 | 98 | 0.23 | 0 | 0.46 | 0.29 | 90 | 0.37 | 0.55 |
| Hex | 8C | B6 | 62 | 17 | 0 | 2E | 1D | 5A | 25 | 37 |
| Octal | 214 | 266 | 142 | 27 | 0 | 56 | 35 | 132 | 45 | 67 |
| Binary | 10001100 | 10110110 | 1100010 | 10111 | 0 | 101110 | 11101 | 1011010 | 100101 | 110111 |
Color Harmonies of #8CB662
Complementary color
Monochromatic Colors of #8CB662
Black with #8CB662
Text Example
Text Example
White with #8CB662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB662; }
p { color: rgb(140,182,98); }
H1.HeaderClassName
{
color: #8CB662;
}
.AnyTagClassName
{
color: #8CB662;
}
</style>
background-color css
<style>
a { background-color: #8CB662; }
a { background-color: rgb(140,182,98); }
div.DivClassName
{
background-color: #8CB662;
}
.BgClassName
{
background-color: #8CB662;
}
</style>
border-color css
<style>
span { border-color: #8CB662; }
span { border-color: rgb(140,182,98); }
td.TdClassName
{
border-color: #8CB662;
}
.TagClassName
{
border-color: #8CB662;
}
</style>