Shades of Chelsea Cucumber #8BB458
Tints of Chelsea Cucumber #8BB458
RGB
CMYK
RGB Variations
Color information
#8BB458 (or 0x8BB458) is known color: Chelsea Cucumber. HEX triplet: 8B, B4 and 58. RGB value is (139,180,88). Sum of RGB (Red+Green+Blue) = 139+180+88=407 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.15% from 407); Green value is 180 (70.70% from 255 or 44.23% from 407); Blue value is 88 (34.77% from 255 or 21.62% from 407); Max value from RGB is 180 - color contains mainly: green. Hex color #8BB458 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BB458 is #744BA7. Grayscale: #9D9D9D. Windows color (decimal): -7621544 or 5813387. OLE color: 5813387.
HSL color Cylindrical-coordinate representation of color #8BB458: hue angle of 86.74º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8BB458 is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 139 | 180 | 88 | - |
| CMYK | 0.23 | 0 | 0.51 | 0.29 |
| HSL | 86.74º | 0.38% | 0.53% | - |
| HSV(B) | 86.74º | 0.51% | 0.71% | - |
| XYZ | 28.73 | 38.84 | 15.21 | - |
| YUV | 157.25 | 88.92 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 180 | 88 | 0.23 | 0 | 0.51 | 0.29 | 86.74 | 0.38 | 0.53 |
| Hex | 8B | B4 | 58 | 17 | 0 | 33 | 1D | 57 | 26 | 35 |
| Octal | 213 | 264 | 130 | 27 | 0 | 63 | 35 | 127 | 46 | 65 |
| Binary | 10001011 | 10110100 | 1011000 | 10111 | 0 | 110011 | 11101 | 1010111 | 100110 | 110101 |
Color Harmonies of #8BB458
Complementary color
Monochromatic Colors of #8BB458
Black with #8BB458
Text Example
Text Example
White with #8BB458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB458; }
p { color: rgb(139,180,88); }
H1.HeaderClassName
{
color: #8BB458;
}
.AnyTagClassName
{
color: #8BB458;
}
</style>
background-color css
<style>
a { background-color: #8BB458; }
a { background-color: rgb(139,180,88); }
div.DivClassName
{
background-color: #8BB458;
}
.BgClassName
{
background-color: #8BB458;
}
</style>
border-color css
<style>
span { border-color: #8BB458; }
span { border-color: rgb(139,180,88); }
td.TdClassName
{
border-color: #8BB458;
}
.TagClassName
{
border-color: #8BB458;
}
</style>