Shades of Chelsea Cucumber #8BA445
Tints of Chelsea Cucumber #8BA445
RGB
CMYK
RGB Variations
Color information
#8BA445 (or 0x8BA445) is known color: Chelsea Cucumber. HEX triplet: 8B, A4 and 45. RGB value is (139,164,69). Sum of RGB (Red+Green+Blue) = 139+164+69=372 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.37% from 372); Green value is 164 (64.45% from 255 or 44.09% from 372); Blue value is 69 (27.34% from 255 or 18.55% from 372); Max value from RGB is 164 - color contains mainly: green. Hex color #8BA445 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA445 is #745BBA. Grayscale: #929292. Windows color (decimal): -7625659 or 4564107. OLE color: 4564107.
HSL color Cylindrical-coordinate representation of color #8BA445: hue angle of 75.79º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8BA445 is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 164 | 69 | - |
| CMYK | 0.15 | 0 | 0.58 | 0.36 |
| HSL | 75.79º | 0.41% | 0.46% | - |
| HSV(B) | 75.79º | 0.58% | 0.64% | - |
| XYZ | 25 | 32.47 | 10.58 | - |
| YUV | 145.7 | 84.72 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 164 | 69 | 0.15 | 0 | 0.58 | 0.36 | 75.79 | 0.41 | 0.46 |
| Hex | 8B | A4 | 45 | F | 0 | 3A | 24 | 4C | 29 | 2E |
| Octal | 213 | 244 | 105 | 17 | 0 | 72 | 44 | 114 | 51 | 56 |
| Binary | 10001011 | 10100100 | 1000101 | 1111 | 0 | 111010 | 100100 | 1001100 | 101001 | 101110 |
Color Harmonies of #8BA445
Complementary color
Monochromatic Colors of #8BA445
Black with #8BA445
Text Example
Text Example
White with #8BA445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA445; }
p { color: rgb(139,164,69); }
H1.HeaderClassName
{
color: #8BA445;
}
.AnyTagClassName
{
color: #8BA445;
}
</style>
background-color css
<style>
a { background-color: #8BA445; }
a { background-color: rgb(139,164,69); }
div.DivClassName
{
background-color: #8BA445;
}
.BgClassName
{
background-color: #8BA445;
}
</style>
border-color css
<style>
span { border-color: #8BA445; }
span { border-color: rgb(139,164,69); }
td.TdClassName
{
border-color: #8BA445;
}
.TagClassName
{
border-color: #8BA445;
}
</style>