Shades of Chelsea Cucumber #8BAE4F
Tints of Chelsea Cucumber #8BAE4F
RGB
CMYK
RGB Variations
Color information
#8BAE4F (or 0x8BAE4F) is known color: Chelsea Cucumber. HEX triplet: 8B, AE and 4F. RGB value is (139,174,79). Sum of RGB (Red+Green+Blue) = 139+174+79=392 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.46% from 392); Green value is 174 (68.36% from 255 or 44.39% from 392); Blue value is 79 (31.25% from 255 or 20.15% from 392); Max value from RGB is 174 - color contains mainly: green. Hex color #8BAE4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BAE4F is #7451B0. Grayscale: #999999. Windows color (decimal): -7623089 or 5222027. OLE color: 5222027.
HSL color Cylindrical-coordinate representation of color #8BAE4F: hue angle of 82.11º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8BAE4F is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 139 | 174 | 79 | - |
| CMYK | 0.20 | 0 | 0.55 | 0.32 |
| HSL | 82.11º | 0.38% | 0.5% | - |
| HSV(B) | 82.11º | 0.55% | 0.68% | - |
| XYZ | 27.19 | 36.33 | 12.98 | - |
| YUV | 152.71 | 86.4 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 174 | 79 | 0.20 | 0 | 0.55 | 0.32 | 82.11 | 0.38 | 0.5 |
| Hex | 8B | AE | 4F | 14 | 0 | 37 | 20 | 52 | 26 | 32 |
| Octal | 213 | 256 | 117 | 24 | 0 | 67 | 40 | 122 | 46 | 62 |
| Binary | 10001011 | 10101110 | 1001111 | 10100 | 0 | 110111 | 100000 | 1010010 | 100110 | 110010 |
Color Harmonies of #8BAE4F
Complementary color
Monochromatic Colors of #8BAE4F
Black with #8BAE4F
Text Example
Text Example
White with #8BAE4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAE4F; }
p { color: rgb(139,174,79); }
H1.HeaderClassName
{
color: #8BAE4F;
}
.AnyTagClassName
{
color: #8BAE4F;
}
</style>
background-color css
<style>
a { background-color: #8BAE4F; }
a { background-color: rgb(139,174,79); }
div.DivClassName
{
background-color: #8BAE4F;
}
.BgClassName
{
background-color: #8BAE4F;
}
</style>
border-color css
<style>
span { border-color: #8BAE4F; }
span { border-color: rgb(139,174,79); }
td.TdClassName
{
border-color: #8BAE4F;
}
.TagClassName
{
border-color: #8BAE4F;
}
</style>