Shades of Chelsea Cucumber #8BB248
Tints of Chelsea Cucumber #8BB248
RGB
CMYK
RGB Variations
Color information
#8BB248 (or 0x8BB248) is known color: Chelsea Cucumber. HEX triplet: 8B, B2 and 48. RGB value is (139,178,72). Sum of RGB (Red+Green+Blue) = 139+178+72=389 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.73% from 389); Green value is 178 (69.92% from 255 or 45.76% from 389); Blue value is 72 (28.52% from 255 or 18.51% from 389); Max value from RGB is 178 - color contains mainly: green. Hex color #8BB248 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BB248 is #744DB7. Grayscale: #9A9A9A. Windows color (decimal): -7622072 or 4764299. OLE color: 4764299.
HSL color Cylindrical-coordinate representation of color #8BB248: hue angle of 82.08º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8BB248 is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 139 | 178 | 72 | - |
| CMYK | 0.22 | 0 | 0.60 | 0.30 |
| HSL | 82.08º | 0.42% | 0.49% | - |
| HSV(B) | 82.08º | 0.6% | 0.7% | - |
| XYZ | 27.74 | 37.8 | 11.96 | - |
| YUV | 154.26 | 81.58 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 178 | 72 | 0.22 | 0 | 0.60 | 0.30 | 82.08 | 0.42 | 0.49 |
| Hex | 8B | B2 | 48 | 16 | 0 | 3C | 1E | 52 | 2A | 31 |
| Octal | 213 | 262 | 110 | 26 | 0 | 74 | 36 | 122 | 52 | 61 |
| Binary | 10001011 | 10110010 | 1001000 | 10110 | 0 | 111100 | 11110 | 1010010 | 101010 | 110001 |
Color Harmonies of #8BB248
Complementary color
Monochromatic Colors of #8BB248
Black with #8BB248
Text Example
Text Example
White with #8BB248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB248; }
p { color: rgb(139,178,72); }
H1.HeaderClassName
{
color: #8BB248;
}
.AnyTagClassName
{
color: #8BB248;
}
</style>
background-color css
<style>
a { background-color: #8BB248; }
a { background-color: rgb(139,178,72); }
div.DivClassName
{
background-color: #8BB248;
}
.BgClassName
{
background-color: #8BB248;
}
</style>
border-color css
<style>
span { border-color: #8BB248; }
span { border-color: rgb(139,178,72); }
td.TdClassName
{
border-color: #8BB248;
}
.TagClassName
{
border-color: #8BB248;
}
</style>