Shades of Chelsea Cucumber #8BA465
Tints of Chelsea Cucumber #8BA465
RGB
CMYK
RGB Variations
Color information
#8BA465 (or 0x8BA465) is known color: Chelsea Cucumber. HEX triplet: 8B, A4 and 65. RGB value is (139,164,101). Sum of RGB (Red+Green+Blue) = 139+164+101=404 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.41% from 404); Green value is 164 (64.45% from 255 or 40.59% from 404); Blue value is 101 (39.84% from 255 or 25% from 404); Max value from RGB is 164 - color contains mainly: green. Hex color #8BA465 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA465 is #745B9A. Grayscale: #959595. Windows color (decimal): -7625627 or 6661259. OLE color: 6661259.
HSL color Cylindrical-coordinate representation of color #8BA465: hue angle of 83.81º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8BA465 is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 164 | 101 | - |
| CMYK | 0.15 | 0 | 0.38 | 0.36 |
| HSL | 83.81º | 0.26% | 0.52% | - |
| HSV(B) | 83.81º | 0.38% | 0.64% | - |
| XYZ | 26.27 | 32.98 | 17.29 | - |
| YUV | 149.34 | 100.72 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 164 | 101 | 0.15 | 0 | 0.38 | 0.36 | 83.81 | 0.26 | 0.52 |
| Hex | 8B | A4 | 65 | F | 0 | 26 | 24 | 54 | 1A | 34 |
| Octal | 213 | 244 | 145 | 17 | 0 | 46 | 44 | 124 | 32 | 64 |
| Binary | 10001011 | 10100100 | 1100101 | 1111 | 0 | 100110 | 100100 | 1010100 | 11010 | 110100 |
Color Harmonies of #8BA465
Complementary color
Monochromatic Colors of #8BA465
Black with #8BA465
Text Example
Text Example
White with #8BA465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA465; }
p { color: rgb(139,164,101); }
H1.HeaderClassName
{
color: #8BA465;
}
.AnyTagClassName
{
color: #8BA465;
}
</style>
background-color css
<style>
a { background-color: #8BA465; }
a { background-color: rgb(139,164,101); }
div.DivClassName
{
background-color: #8BA465;
}
.BgClassName
{
background-color: #8BA465;
}
</style>
border-color css
<style>
span { border-color: #8BA465; }
span { border-color: rgb(139,164,101); }
td.TdClassName
{
border-color: #8BA465;
}
.TagClassName
{
border-color: #8BA465;
}
</style>