Shades of Chelsea Cucumber #8BA467
Tints of Chelsea Cucumber #8BA467
RGB
CMYK
RGB Variations
Color information
#8BA467 (or 0x8BA467) is known color: Chelsea Cucumber. HEX triplet: 8B, A4 and 67. RGB value is (139,164,103). Sum of RGB (Red+Green+Blue) = 139+164+103=406 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.24% from 406); Green value is 164 (64.45% from 255 or 40.39% from 406); Blue value is 103 (40.62% from 255 or 25.37% from 406); Max value from RGB is 164 - color contains mainly: green. Hex color #8BA467 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA467 is #745B98. Grayscale: #959595. Windows color (decimal): -7625625 or 6792331. OLE color: 6792331.
HSL color Cylindrical-coordinate representation of color #8BA467: hue angle of 84.59º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BA467 is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 164 | 103 | - |
| CMYK | 0.15 | 0 | 0.37 | 0.36 |
| HSL | 84.59º | 0.25% | 0.52% | - |
| HSV(B) | 84.59º | 0.37% | 0.64% | - |
| XYZ | 26.37 | 33.02 | 17.82 | - |
| YUV | 149.57 | 101.72 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 164 | 103 | 0.15 | 0 | 0.37 | 0.36 | 84.59 | 0.25 | 0.52 |
| Hex | 8B | A4 | 67 | F | 0 | 25 | 24 | 55 | 19 | 34 |
| Octal | 213 | 244 | 147 | 17 | 0 | 45 | 44 | 125 | 31 | 64 |
| Binary | 10001011 | 10100100 | 1100111 | 1111 | 0 | 100101 | 100100 | 1010101 | 11001 | 110100 |
Color Harmonies of #8BA467
Complementary color
Monochromatic Colors of #8BA467
Black with #8BA467
Text Example
Text Example
White with #8BA467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA467; }
p { color: rgb(139,164,103); }
H1.HeaderClassName
{
color: #8BA467;
}
.AnyTagClassName
{
color: #8BA467;
}
</style>
background-color css
<style>
a { background-color: #8BA467; }
a { background-color: rgb(139,164,103); }
div.DivClassName
{
background-color: #8BA467;
}
.BgClassName
{
background-color: #8BA467;
}
</style>
border-color css
<style>
span { border-color: #8BA467; }
span { border-color: rgb(139,164,103); }
td.TdClassName
{
border-color: #8BA467;
}
.TagClassName
{
border-color: #8BA467;
}
</style>