Shades of Chelsea Cucumber #8BA454
Tints of Chelsea Cucumber #8BA454
RGB
CMYK
RGB Variations
Color information
#8BA454 (or 0x8BA454) is known color: Chelsea Cucumber. HEX triplet: 8B, A4 and 54. RGB value is (139,164,84). Sum of RGB (Red+Green+Blue) = 139+164+84=387 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.92% from 387); Green value is 164 (64.45% from 255 or 42.38% from 387); Blue value is 84 (33.20% from 255 or 21.71% from 387); Max value from RGB is 164 - color contains mainly: green. Hex color #8BA454 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA454 is #745BAB. Grayscale: #939393. Windows color (decimal): -7625644 or 5547147. OLE color: 5547147.
HSL color Cylindrical-coordinate representation of color #8BA454: hue angle of 78.75º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8BA454 is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 164 | 84 | - |
| CMYK | 0.15 | 0 | 0.49 | 0.36 |
| HSL | 78.75º | 0.32% | 0.49% | - |
| HSV(B) | 78.75º | 0.49% | 0.64% | - |
| XYZ | 25.52 | 32.68 | 13.35 | - |
| YUV | 147.41 | 92.22 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 164 | 84 | 0.15 | 0 | 0.49 | 0.36 | 78.75 | 0.32 | 0.49 |
| Hex | 8B | A4 | 54 | F | 0 | 31 | 24 | 4F | 20 | 31 |
| Octal | 213 | 244 | 124 | 17 | 0 | 61 | 44 | 117 | 40 | 61 |
| Binary | 10001011 | 10100100 | 1010100 | 1111 | 0 | 110001 | 100100 | 1001111 | 100000 | 110001 |
Color Harmonies of #8BA454
Complementary color
Monochromatic Colors of #8BA454
Black with #8BA454
Text Example
Text Example
White with #8BA454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA454; }
p { color: rgb(139,164,84); }
H1.HeaderClassName
{
color: #8BA454;
}
.AnyTagClassName
{
color: #8BA454;
}
</style>
background-color css
<style>
a { background-color: #8BA454; }
a { background-color: rgb(139,164,84); }
div.DivClassName
{
background-color: #8BA454;
}
.BgClassName
{
background-color: #8BA454;
}
</style>
border-color css
<style>
span { border-color: #8BA454; }
span { border-color: rgb(139,164,84); }
td.TdClassName
{
border-color: #8BA454;
}
.TagClassName
{
border-color: #8BA454;
}
</style>