Shades of Chelsea Cucumber #8BA65C
Tints of Chelsea Cucumber #8BA65C
RGB
CMYK
RGB Variations
Color information
#8BA65C (or 0x8BA65C) is known color: Chelsea Cucumber. HEX triplet: 8B, A6 and 5C. RGB value is (139,166,92). Sum of RGB (Red+Green+Blue) = 139+166+92=397 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.01% from 397); Green value is 166 (65.23% from 255 or 41.81% from 397); Blue value is 92 (36.33% from 255 or 23.17% from 397); Max value from RGB is 166 - color contains mainly: green. Hex color #8BA65C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA65C is #7459A3. Grayscale: #959595. Windows color (decimal): -7625124 or 6071947. OLE color: 6071947.
HSL color Cylindrical-coordinate representation of color #8BA65C: hue angle of 81.89º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BA65C is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 139 | 166 | 92 | - |
| CMYK | 0.16 | 0 | 0.45 | 0.35 |
| HSL | 81.89º | 0.29% | 0.51% | - |
| HSV(B) | 81.89º | 0.45% | 0.65% | - |
| XYZ | 26.22 | 33.53 | 15.22 | - |
| YUV | 149.49 | 95.55 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 166 | 92 | 0.16 | 0 | 0.45 | 0.35 | 81.89 | 0.29 | 0.51 |
| Hex | 8B | A6 | 5C | 10 | 0 | 2D | 23 | 52 | 1D | 33 |
| Octal | 213 | 246 | 134 | 20 | 0 | 55 | 43 | 122 | 35 | 63 |
| Binary | 10001011 | 10100110 | 1011100 | 10000 | 0 | 101101 | 100011 | 1010010 | 11101 | 110011 |
Color Harmonies of #8BA65C
Complementary color
Monochromatic Colors of #8BA65C
Black with #8BA65C
Text Example
Text Example
White with #8BA65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA65C; }
p { color: rgb(139,166,92); }
H1.HeaderClassName
{
color: #8BA65C;
}
.AnyTagClassName
{
color: #8BA65C;
}
</style>
background-color css
<style>
a { background-color: #8BA65C; }
a { background-color: rgb(139,166,92); }
div.DivClassName
{
background-color: #8BA65C;
}
.BgClassName
{
background-color: #8BA65C;
}
</style>
border-color css
<style>
span { border-color: #8BA65C; }
span { border-color: rgb(139,166,92); }
td.TdClassName
{
border-color: #8BA65C;
}
.TagClassName
{
border-color: #8BA65C;
}
</style>