Shades of Chelsea Cucumber #8CB64B
Tints of Chelsea Cucumber #8CB64B
RGB
CMYK
RGB Variations
Color information
#8CB64B (or 0x8CB64B) is known color: Chelsea Cucumber. HEX triplet: 8C, B6 and 4B. RGB value is (140,182,75). Sum of RGB (Red+Green+Blue) = 140+182+75=397 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.26% from 397); Green value is 182 (71.48% from 255 or 45.84% from 397); Blue value is 75 (29.69% from 255 or 18.89% from 397); Max value from RGB is 182 - color contains mainly: green. Hex color #8CB64B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB64B is #7349B4. Grayscale: #9D9D9D. Windows color (decimal): -7555509 or 4961932. OLE color: 4961932.
HSL color Cylindrical-coordinate representation of color #8CB64B: hue angle of 83.55º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8CB64B is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 140 | 182 | 75 | - |
| CMYK | 0.23 | 0 | 0.59 | 0.29 |
| HSL | 83.55º | 0.42% | 0.5% | - |
| HSV(B) | 83.55º | 0.59% | 0.71% | - |
| XYZ | 28.81 | 39.54 | 12.77 | - |
| YUV | 157.24 | 81.59 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 182 | 75 | 0.23 | 0 | 0.59 | 0.29 | 83.55 | 0.42 | 0.5 |
| Hex | 8C | B6 | 4B | 17 | 0 | 3B | 1D | 54 | 2A | 32 |
| Octal | 214 | 266 | 113 | 27 | 0 | 73 | 35 | 124 | 52 | 62 |
| Binary | 10001100 | 10110110 | 1001011 | 10111 | 0 | 111011 | 11101 | 1010100 | 101010 | 110010 |
Color Harmonies of #8CB64B
Complementary color
Monochromatic Colors of #8CB64B
Black with #8CB64B
Text Example
Text Example
White with #8CB64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB64B; }
p { color: rgb(140,182,75); }
H1.HeaderClassName
{
color: #8CB64B;
}
.AnyTagClassName
{
color: #8CB64B;
}
</style>
background-color css
<style>
a { background-color: #8CB64B; }
a { background-color: rgb(140,182,75); }
div.DivClassName
{
background-color: #8CB64B;
}
.BgClassName
{
background-color: #8CB64B;
}
</style>
border-color css
<style>
span { border-color: #8CB64B; }
span { border-color: rgb(140,182,75); }
td.TdClassName
{
border-color: #8CB64B;
}
.TagClassName
{
border-color: #8CB64B;
}
</style>