Shades of Chelsea Cucumber #8BA35C
Tints of Chelsea Cucumber #8BA35C
RGB
CMYK
RGB Variations
Color information
#8BA35C (or 0x8BA35C) is known color: Chelsea Cucumber. HEX triplet: 8B, A3 and 5C. RGB value is (139,163,92). Sum of RGB (Red+Green+Blue) = 139+163+92=394 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.28% from 394); Green value is 163 (64.06% from 255 or 41.37% from 394); Blue value is 92 (36.33% from 255 or 23.35% from 394); Max value from RGB is 163 - color contains mainly: green. Hex color #8BA35C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA35C is #745CA3. Grayscale: #939393. Windows color (decimal): -7625892 or 6071179. OLE color: 6071179.
HSL color Cylindrical-coordinate representation of color #8BA35C: hue angle of 80.28º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8BA35C is Cyan = 0.15, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 163 | 92 | - |
| CMYK | 0.15 | 0 | 0.44 | 0.36 |
| HSL | 80.28º | 0.28% | 0.5% | - |
| HSV(B) | 80.28º | 0.44% | 0.64% | - |
| XYZ | 25.68 | 32.46 | 15.04 | - |
| YUV | 147.73 | 96.55 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 163 | 92 | 0.15 | 0 | 0.44 | 0.36 | 80.28 | 0.28 | 0.5 |
| Hex | 8B | A3 | 5C | F | 0 | 2C | 24 | 50 | 1C | 32 |
| Octal | 213 | 243 | 134 | 17 | 0 | 54 | 44 | 120 | 34 | 62 |
| Binary | 10001011 | 10100011 | 1011100 | 1111 | 0 | 101100 | 100100 | 1010000 | 11100 | 110010 |
Color Harmonies of #8BA35C
Complementary color
Monochromatic Colors of #8BA35C
Black with #8BA35C
Text Example
Text Example
White with #8BA35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA35C; }
p { color: rgb(139,163,92); }
H1.HeaderClassName
{
color: #8BA35C;
}
.AnyTagClassName
{
color: #8BA35C;
}
</style>
background-color css
<style>
a { background-color: #8BA35C; }
a { background-color: rgb(139,163,92); }
div.DivClassName
{
background-color: #8BA35C;
}
.BgClassName
{
background-color: #8BA35C;
}
</style>
border-color css
<style>
span { border-color: #8BA35C; }
span { border-color: rgb(139,163,92); }
td.TdClassName
{
border-color: #8BA35C;
}
.TagClassName
{
border-color: #8BA35C;
}
</style>