Shades of Chelsea Cucumber #8BAE45
Tints of Chelsea Cucumber #8BAE45
RGB
CMYK
RGB Variations
Color information
#8BAE45 (or 0x8BAE45) is known color: Chelsea Cucumber. HEX triplet: 8B, AE and 45. RGB value is (139,174,69). Sum of RGB (Red+Green+Blue) = 139+174+69=382 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.39% from 382); Green value is 174 (68.36% from 255 or 45.55% from 382); Blue value is 69 (27.34% from 255 or 18.06% from 382); Max value from RGB is 174 - color contains mainly: green. Hex color #8BAE45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BAE45 is #7451BA. Grayscale: #979797. Windows color (decimal): -7623099 or 4566667. OLE color: 4566667.
HSL color Cylindrical-coordinate representation of color #8BAE45: hue angle of 80º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8BAE45 is Cyan = 0.20, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 139 | 174 | 69 | - |
| CMYK | 0.20 | 0 | 0.60 | 0.32 |
| HSL | 80º | 0.43% | 0.48% | - |
| HSV(B) | 80º | 0.6% | 0.68% | - |
| XYZ | 26.86 | 36.19 | 11.2 | - |
| YUV | 151.57 | 81.4 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 174 | 69 | 0.20 | 0 | 0.60 | 0.32 | 80 | 0.43 | 0.48 |
| Hex | 8B | AE | 45 | 14 | 0 | 3C | 20 | 50 | 2B | 30 |
| Octal | 213 | 256 | 105 | 24 | 0 | 74 | 40 | 120 | 53 | 60 |
| Binary | 10001011 | 10101110 | 1000101 | 10100 | 0 | 111100 | 100000 | 1010000 | 101011 | 110000 |
Color Harmonies of #8BAE45
Complementary color
Monochromatic Colors of #8BAE45
Black with #8BAE45
Text Example
Text Example
White with #8BAE45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAE45; }
p { color: rgb(139,174,69); }
H1.HeaderClassName
{
color: #8BAE45;
}
.AnyTagClassName
{
color: #8BAE45;
}
</style>
background-color css
<style>
a { background-color: #8BAE45; }
a { background-color: rgb(139,174,69); }
div.DivClassName
{
background-color: #8BAE45;
}
.BgClassName
{
background-color: #8BAE45;
}
</style>
border-color css
<style>
span { border-color: #8BAE45; }
span { border-color: rgb(139,174,69); }
td.TdClassName
{
border-color: #8BAE45;
}
.TagClassName
{
border-color: #8BAE45;
}
</style>