Shades of Chelsea Cucumber #8BA368
Tints of Chelsea Cucumber #8BA368
RGB
CMYK
RGB Variations
Color information
#8BA368 (or 0x8BA368) is known color: Chelsea Cucumber. HEX triplet: 8B, A3 and 68. RGB value is (139,163,104). Sum of RGB (Red+Green+Blue) = 139+163+104=406 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.24% from 406); Green value is 163 (64.06% from 255 or 40.15% from 406); Blue value is 104 (41.02% from 255 or 25.62% from 406); Max value from RGB is 163 - color contains mainly: green. Hex color #8BA368 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA368 is #745C97. Grayscale: #959595. Windows color (decimal): -7625880 or 6857611. OLE color: 6857611.
HSL color Cylindrical-coordinate representation of color #8BA368: hue angle of 84.41º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8BA368 is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 163 | 104 | - |
| CMYK | 0.15 | 0 | 0.36 | 0.36 |
| HSL | 84.41º | 0.24% | 0.52% | - |
| HSV(B) | 84.41º | 0.36% | 0.64% | - |
| XYZ | 26.24 | 32.68 | 18.02 | - |
| YUV | 149.1 | 102.55 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 163 | 104 | 0.15 | 0 | 0.36 | 0.36 | 84.41 | 0.24 | 0.52 |
| Hex | 8B | A3 | 68 | F | 0 | 24 | 24 | 54 | 18 | 34 |
| Octal | 213 | 243 | 150 | 17 | 0 | 44 | 44 | 124 | 30 | 64 |
| Binary | 10001011 | 10100011 | 1101000 | 1111 | 0 | 100100 | 100100 | 1010100 | 11000 | 110100 |
Color Harmonies of #8BA368
Complementary color
Monochromatic Colors of #8BA368
Black with #8BA368
Text Example
Text Example
White with #8BA368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA368; }
p { color: rgb(139,163,104); }
H1.HeaderClassName
{
color: #8BA368;
}
.AnyTagClassName
{
color: #8BA368;
}
</style>
background-color css
<style>
a { background-color: #8BA368; }
a { background-color: rgb(139,163,104); }
div.DivClassName
{
background-color: #8BA368;
}
.BgClassName
{
background-color: #8BA368;
}
</style>
border-color css
<style>
span { border-color: #8BA368; }
span { border-color: rgb(139,163,104); }
td.TdClassName
{
border-color: #8BA368;
}
.TagClassName
{
border-color: #8BA368;
}
</style>