Shades of Chelsea Cucumber #8BA649
Tints of Chelsea Cucumber #8BA649
RGB
CMYK
RGB Variations
Color information
#8BA649 (or 0x8BA649) is known color: Chelsea Cucumber. HEX triplet: 8B, A6 and 49. RGB value is (139,166,73). Sum of RGB (Red+Green+Blue) = 139+166+73=378 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.77% from 378); Green value is 166 (65.23% from 255 or 43.92% from 378); Blue value is 73 (28.91% from 255 or 19.31% from 378); Max value from RGB is 166 - color contains mainly: green. Hex color #8BA649 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA649 is #7459B6. Grayscale: #939393. Windows color (decimal): -7625143 or 4826763. OLE color: 4826763.
HSL color Cylindrical-coordinate representation of color #8BA649: hue angle of 77.42º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8BA649 is Cyan = 0.16, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 139 | 166 | 73 | - |
| CMYK | 0.16 | 0 | 0.56 | 0.35 |
| HSL | 77.42º | 0.39% | 0.47% | - |
| HSV(B) | 77.42º | 0.56% | 0.65% | - |
| XYZ | 25.49 | 33.24 | 11.38 | - |
| YUV | 147.33 | 86.05 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 166 | 73 | 0.16 | 0 | 0.56 | 0.35 | 77.42 | 0.39 | 0.47 |
| Hex | 8B | A6 | 49 | 10 | 0 | 38 | 23 | 4D | 27 | 2F |
| Octal | 213 | 246 | 111 | 20 | 0 | 70 | 43 | 115 | 47 | 57 |
| Binary | 10001011 | 10100110 | 1001001 | 10000 | 0 | 111000 | 100011 | 1001101 | 100111 | 101111 |
Color Harmonies of #8BA649
Complementary color
Monochromatic Colors of #8BA649
Black with #8BA649
Text Example
Text Example
White with #8BA649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA649; }
p { color: rgb(139,166,73); }
H1.HeaderClassName
{
color: #8BA649;
}
.AnyTagClassName
{
color: #8BA649;
}
</style>
background-color css
<style>
a { background-color: #8BA649; }
a { background-color: rgb(139,166,73); }
div.DivClassName
{
background-color: #8BA649;
}
.BgClassName
{
background-color: #8BA649;
}
</style>
border-color css
<style>
span { border-color: #8BA649; }
span { border-color: rgb(139,166,73); }
td.TdClassName
{
border-color: #8BA649;
}
.TagClassName
{
border-color: #8BA649;
}
</style>