Shades of Chelsea Cucumber #8BA953
Tints of Chelsea Cucumber #8BA953
RGB
CMYK
RGB Variations
Color information
#8BA953 (or 0x8BA953) is known color: Chelsea Cucumber. HEX triplet: 8B, A9 and 53. RGB value is (139,169,83). Sum of RGB (Red+Green+Blue) = 139+169+83=391 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.55% from 391); Green value is 169 (66.41% from 255 or 43.22% from 391); Blue value is 83 (32.81% from 255 or 21.23% from 391); Max value from RGB is 169 - color contains mainly: green. Hex color #8BA953 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA953 is #7456AC. Grayscale: #969696. Windows color (decimal): -7624365 or 5482891. OLE color: 5482891.
HSL color Cylindrical-coordinate representation of color #8BA953: hue angle of 80.93º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8BA953 is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 139 | 169 | 83 | - |
| CMYK | 0.18 | 0 | 0.51 | 0.34 |
| HSL | 80.93º | 0.34% | 0.49% | - |
| HSV(B) | 80.93º | 0.51% | 0.66% | - |
| XYZ | 26.4 | 34.49 | 13.45 | - |
| YUV | 150.23 | 90.06 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 169 | 83 | 0.18 | 0 | 0.51 | 0.34 | 80.93 | 0.34 | 0.49 |
| Hex | 8B | A9 | 53 | 12 | 0 | 33 | 22 | 51 | 22 | 31 |
| Octal | 213 | 251 | 123 | 22 | 0 | 63 | 42 | 121 | 42 | 61 |
| Binary | 10001011 | 10101001 | 1010011 | 10010 | 0 | 110011 | 100010 | 1010001 | 100010 | 110001 |
Color Harmonies of #8BA953
Complementary color
Monochromatic Colors of #8BA953
Black with #8BA953
Text Example
Text Example
White with #8BA953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA953; }
p { color: rgb(139,169,83); }
H1.HeaderClassName
{
color: #8BA953;
}
.AnyTagClassName
{
color: #8BA953;
}
</style>
background-color css
<style>
a { background-color: #8BA953; }
a { background-color: rgb(139,169,83); }
div.DivClassName
{
background-color: #8BA953;
}
.BgClassName
{
background-color: #8BA953;
}
</style>
border-color css
<style>
span { border-color: #8BA953; }
span { border-color: rgb(139,169,83); }
td.TdClassName
{
border-color: #8BA953;
}
.TagClassName
{
border-color: #8BA953;
}
</style>