Shades of Chelsea Cucumber #8BB55D
Tints of Chelsea Cucumber #8BB55D
RGB
CMYK
RGB Variations
Color information
#8BB55D (or 0x8BB55D) is known color: Chelsea Cucumber. HEX triplet: 8B, B5 and 5D. RGB value is (139,181,93). Sum of RGB (Red+Green+Blue) = 139+181+93=413 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.66% from 413); Green value is 181 (71.09% from 255 or 43.83% from 413); Blue value is 93 (36.72% from 255 or 22.52% from 413); Max value from RGB is 181 - color contains mainly: green. Hex color #8BB55D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BB55D is #744AA2. Grayscale: #9E9E9E. Windows color (decimal): -7621283 or 6141323. OLE color: 6141323.
HSL color Cylindrical-coordinate representation of color #8BB55D: hue angle of 88.64º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8BB55D is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 139 | 181 | 93 | - |
| CMYK | 0.23 | 0 | 0.49 | 0.29 |
| HSL | 88.64º | 0.37% | 0.54% | - |
| HSV(B) | 88.64º | 0.49% | 0.71% | - |
| XYZ | 29.15 | 39.33 | 16.41 | - |
| YUV | 158.41 | 91.09 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 181 | 93 | 0.23 | 0 | 0.49 | 0.29 | 88.64 | 0.37 | 0.54 |
| Hex | 8B | B5 | 5D | 17 | 0 | 31 | 1D | 59 | 25 | 36 |
| Octal | 213 | 265 | 135 | 27 | 0 | 61 | 35 | 131 | 45 | 66 |
| Binary | 10001011 | 10110101 | 1011101 | 10111 | 0 | 110001 | 11101 | 1011001 | 100101 | 110110 |
Color Harmonies of #8BB55D
Complementary color
Monochromatic Colors of #8BB55D
Black with #8BB55D
Text Example
Text Example
White with #8BB55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB55D; }
p { color: rgb(139,181,93); }
H1.HeaderClassName
{
color: #8BB55D;
}
.AnyTagClassName
{
color: #8BB55D;
}
</style>
background-color css
<style>
a { background-color: #8BB55D; }
a { background-color: rgb(139,181,93); }
div.DivClassName
{
background-color: #8BB55D;
}
.BgClassName
{
background-color: #8BB55D;
}
</style>
border-color css
<style>
span { border-color: #8BB55D; }
span { border-color: rgb(139,181,93); }
td.TdClassName
{
border-color: #8BB55D;
}
.TagClassName
{
border-color: #8BB55D;
}
</style>