Shades of Chelsea Cucumber #8BB147
Tints of Chelsea Cucumber #8BB147
RGB
CMYK
RGB Variations
Color information
#8BB147 (or 0x8BB147) is known color: Chelsea Cucumber. HEX triplet: 8B, B1 and 47. RGB value is (139,177,71). Sum of RGB (Red+Green+Blue) = 139+177+71=387 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.92% from 387); Green value is 177 (69.53% from 255 or 45.74% from 387); Blue value is 71 (28.12% from 255 or 18.35% from 387); Max value from RGB is 177 - color contains mainly: green. Hex color #8BB147 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BB147 is #744EB8. Grayscale: #999999. Windows color (decimal): -7622329 or 4698507. OLE color: 4698507.
HSL color Cylindrical-coordinate representation of color #8BB147: hue angle of 81.51º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8BB147 is Cyan = 0.21, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 139 | 177 | 71 | - |
| CMYK | 0.21 | 0 | 0.60 | 0.31 |
| HSL | 81.51º | 0.43% | 0.49% | - |
| HSV(B) | 81.51º | 0.6% | 0.69% | - |
| XYZ | 27.51 | 37.39 | 11.73 | - |
| YUV | 153.55 | 81.41 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 177 | 71 | 0.21 | 0 | 0.60 | 0.31 | 81.51 | 0.43 | 0.49 |
| Hex | 8B | B1 | 47 | 15 | 0 | 3C | 1F | 52 | 2B | 31 |
| Octal | 213 | 261 | 107 | 25 | 0 | 74 | 37 | 122 | 53 | 61 |
| Binary | 10001011 | 10110001 | 1000111 | 10101 | 0 | 111100 | 11111 | 1010010 | 101011 | 110001 |
Color Harmonies of #8BB147
Complementary color
Monochromatic Colors of #8BB147
Black with #8BB147
Text Example
Text Example
White with #8BB147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB147; }
p { color: rgb(139,177,71); }
H1.HeaderClassName
{
color: #8BB147;
}
.AnyTagClassName
{
color: #8BB147;
}
</style>
background-color css
<style>
a { background-color: #8BB147; }
a { background-color: rgb(139,177,71); }
div.DivClassName
{
background-color: #8BB147;
}
.BgClassName
{
background-color: #8BB147;
}
</style>
border-color css
<style>
span { border-color: #8BB147; }
span { border-color: rgb(139,177,71); }
td.TdClassName
{
border-color: #8BB147;
}
.TagClassName
{
border-color: #8BB147;
}
</style>