Shades of Chelsea Cucumber #8BAE64
Tints of Chelsea Cucumber #8BAE64
RGB
CMYK
RGB Variations
Color information
#8BAE64 (or 0x8BAE64) is known color: Chelsea Cucumber. HEX triplet: 8B, AE and 64. RGB value is (139,174,100). Sum of RGB (Red+Green+Blue) = 139+174+100=413 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.66% from 413); Green value is 174 (68.36% from 255 or 42.13% from 413); Blue value is 100 (39.45% from 255 or 24.21% from 413); Max value from RGB is 174 - color contains mainly: green. Hex color #8BAE64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BAE64 is #74519B. Grayscale: #9B9B9B. Windows color (decimal): -7623068 or 6598283. OLE color: 6598283.
HSL color Cylindrical-coordinate representation of color #8BAE64: hue angle of 88.38º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8BAE64 is Cyan = 0.20, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 139 | 174 | 100 | - |
| CMYK | 0.20 | 0 | 0.43 | 0.32 |
| HSL | 88.38º | 0.31% | 0.54% | - |
| HSV(B) | 88.38º | 0.43% | 0.68% | - |
| XYZ | 28.08 | 36.68 | 17.66 | - |
| YUV | 155.1 | 96.9 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 174 | 100 | 0.20 | 0 | 0.43 | 0.32 | 88.38 | 0.31 | 0.54 |
| Hex | 8B | AE | 64 | 14 | 0 | 2B | 20 | 58 | 1F | 36 |
| Octal | 213 | 256 | 144 | 24 | 0 | 53 | 40 | 130 | 37 | 66 |
| Binary | 10001011 | 10101110 | 1100100 | 10100 | 0 | 101011 | 100000 | 1011000 | 11111 | 110110 |
Color Harmonies of #8BAE64
Complementary color
Monochromatic Colors of #8BAE64
Black with #8BAE64
Text Example
Text Example
White with #8BAE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAE64; }
p { color: rgb(139,174,100); }
H1.HeaderClassName
{
color: #8BAE64;
}
.AnyTagClassName
{
color: #8BAE64;
}
</style>
background-color css
<style>
a { background-color: #8BAE64; }
a { background-color: rgb(139,174,100); }
div.DivClassName
{
background-color: #8BAE64;
}
.BgClassName
{
background-color: #8BAE64;
}
</style>
border-color css
<style>
span { border-color: #8BAE64; }
span { border-color: rgb(139,174,100); }
td.TdClassName
{
border-color: #8BAE64;
}
.TagClassName
{
border-color: #8BAE64;
}
</style>