Shades of Chelsea Cucumber #8BAE52
Tints of Chelsea Cucumber #8BAE52
RGB
CMYK
RGB Variations
Color information
#8BAE52 (or 0x8BAE52) is known color: Chelsea Cucumber. HEX triplet: 8B, AE and 52. RGB value is (139,174,82). Sum of RGB (Red+Green+Blue) = 139+174+82=395 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.19% from 395); Green value is 174 (68.36% from 255 or 44.05% from 395); Blue value is 82 (32.42% from 255 or 20.76% from 395); Max value from RGB is 174 - color contains mainly: green. Hex color #8BAE52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BAE52 is #7451AD. Grayscale: #999999. Windows color (decimal): -7623086 or 5418635. OLE color: 5418635.
HSL color Cylindrical-coordinate representation of color #8BAE52: hue angle of 82.83º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8BAE52 is Cyan = 0.20, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 139 | 174 | 82 | - |
| CMYK | 0.20 | 0 | 0.53 | 0.32 |
| HSL | 82.83º | 0.36% | 0.5% | - |
| HSV(B) | 82.83º | 0.53% | 0.68% | - |
| XYZ | 27.31 | 36.37 | 13.56 | - |
| YUV | 153.05 | 87.9 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 174 | 82 | 0.20 | 0 | 0.53 | 0.32 | 82.83 | 0.36 | 0.5 |
| Hex | 8B | AE | 52 | 14 | 0 | 35 | 20 | 53 | 24 | 32 |
| Octal | 213 | 256 | 122 | 24 | 0 | 65 | 40 | 123 | 44 | 62 |
| Binary | 10001011 | 10101110 | 1010010 | 10100 | 0 | 110101 | 100000 | 1010011 | 100100 | 110010 |
Color Harmonies of #8BAE52
Complementary color
Monochromatic Colors of #8BAE52
Black with #8BAE52
Text Example
Text Example
White with #8BAE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAE52; }
p { color: rgb(139,174,82); }
H1.HeaderClassName
{
color: #8BAE52;
}
.AnyTagClassName
{
color: #8BAE52;
}
</style>
background-color css
<style>
a { background-color: #8BAE52; }
a { background-color: rgb(139,174,82); }
div.DivClassName
{
background-color: #8BAE52;
}
.BgClassName
{
background-color: #8BAE52;
}
</style>
border-color css
<style>
span { border-color: #8BAE52; }
span { border-color: rgb(139,174,82); }
td.TdClassName
{
border-color: #8BAE52;
}
.TagClassName
{
border-color: #8BAE52;
}
</style>