Shades of Chelsea Cucumber #8BA152
Tints of Chelsea Cucumber #8BA152
RGB
CMYK
RGB Variations
Color information
#8BA152 (or 0x8BA152) is known color: Chelsea Cucumber. HEX triplet: 8B, A1 and 52. RGB value is (139,161,82). Sum of RGB (Red+Green+Blue) = 139+161+82=382 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.39% from 382); Green value is 161 (63.28% from 255 or 42.15% from 382); Blue value is 82 (32.42% from 255 or 21.47% from 382); Max value from RGB is 161 - color contains mainly: green. Hex color #8BA152 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA152 is #745EAD. Grayscale: #919191. Windows color (decimal): -7626414 or 5415307. OLE color: 5415307.
HSL color Cylindrical-coordinate representation of color #8BA152: hue angle of 76.71º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8BA152 is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 139 | 161 | 82 | - |
| CMYK | 0.14 | 0 | 0.49 | 0.37 |
| HSL | 76.71º | 0.33% | 0.48% | - |
| HSV(B) | 76.71º | 0.49% | 0.63% | - |
| XYZ | 24.92 | 31.59 | 12.77 | - |
| YUV | 145.42 | 92.21 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 161 | 82 | 0.14 | 0 | 0.49 | 0.37 | 76.71 | 0.33 | 0.48 |
| Hex | 8B | A1 | 52 | E | 0 | 31 | 25 | 4D | 21 | 30 |
| Octal | 213 | 241 | 122 | 16 | 0 | 61 | 45 | 115 | 41 | 60 |
| Binary | 10001011 | 10100001 | 1010010 | 1110 | 0 | 110001 | 100101 | 1001101 | 100001 | 110000 |
Color Harmonies of #8BA152
Complementary color
Monochromatic Colors of #8BA152
Black with #8BA152
Text Example
Text Example
White with #8BA152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA152; }
p { color: rgb(139,161,82); }
H1.HeaderClassName
{
color: #8BA152;
}
.AnyTagClassName
{
color: #8BA152;
}
</style>
background-color css
<style>
a { background-color: #8BA152; }
a { background-color: rgb(139,161,82); }
div.DivClassName
{
background-color: #8BA152;
}
.BgClassName
{
background-color: #8BA152;
}
</style>
border-color css
<style>
span { border-color: #8BA152; }
span { border-color: rgb(139,161,82); }
td.TdClassName
{
border-color: #8BA152;
}
.TagClassName
{
border-color: #8BA152;
}
</style>