Shades of Chelsea Cucumber #8BAF4E
Tints of Chelsea Cucumber #8BAF4E
RGB
CMYK
RGB Variations
Color information
#8BAF4E (or 0x8BAF4E) is known color: Chelsea Cucumber. HEX triplet: 8B, AF and 4E. RGB value is (139,175,78). Sum of RGB (Red+Green+Blue) = 139+175+78=392 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.46% from 392); Green value is 175 (68.75% from 255 or 44.64% from 392); Blue value is 78 (30.86% from 255 or 19.90% from 392); Max value from RGB is 175 - color contains mainly: green. Hex color #8BAF4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BAF4E is #7450B1. Grayscale: #999999. Windows color (decimal): -7622834 or 5156747. OLE color: 5156747.
HSL color Cylindrical-coordinate representation of color #8BAF4E: hue angle of 82.27º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8BAF4E is Cyan = 0.21, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 139 | 175 | 78 | - |
| CMYK | 0.21 | 0 | 0.55 | 0.31 |
| HSL | 82.27º | 0.38% | 0.5% | - |
| HSV(B) | 82.27º | 0.55% | 0.69% | - |
| XYZ | 27.35 | 36.7 | 12.85 | - |
| YUV | 153.18 | 85.57 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 175 | 78 | 0.21 | 0 | 0.55 | 0.31 | 82.27 | 0.38 | 0.5 |
| Hex | 8B | AF | 4E | 15 | 0 | 37 | 1F | 52 | 26 | 32 |
| Octal | 213 | 257 | 116 | 25 | 0 | 67 | 37 | 122 | 46 | 62 |
| Binary | 10001011 | 10101111 | 1001110 | 10101 | 0 | 110111 | 11111 | 1010010 | 100110 | 110010 |
Color Harmonies of #8BAF4E
Complementary color
Monochromatic Colors of #8BAF4E
Black with #8BAF4E
Text Example
Text Example
White with #8BAF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAF4E; }
p { color: rgb(139,175,78); }
H1.HeaderClassName
{
color: #8BAF4E;
}
.AnyTagClassName
{
color: #8BAF4E;
}
</style>
background-color css
<style>
a { background-color: #8BAF4E; }
a { background-color: rgb(139,175,78); }
div.DivClassName
{
background-color: #8BAF4E;
}
.BgClassName
{
background-color: #8BAF4E;
}
</style>
border-color css
<style>
span { border-color: #8BAF4E; }
span { border-color: rgb(139,175,78); }
td.TdClassName
{
border-color: #8BAF4E;
}
.TagClassName
{
border-color: #8BAF4E;
}
</style>