Shades of Chelsea Cucumber #8BB15C
Tints of Chelsea Cucumber #8BB15C
RGB
CMYK
RGB Variations
Color information
#8BB15C (or 0x8BB15C) is known color: Chelsea Cucumber. HEX triplet: 8B, B1 and 5C. RGB value is (139,177,92). Sum of RGB (Red+Green+Blue) = 139+177+92=408 (54% of max value = 765). Red value is 139 (54.69% from 255 or 34.07% from 408); Green value is 177 (69.53% from 255 or 43.38% from 408); Blue value is 92 (36.33% from 255 or 22.55% from 408); Max value from RGB is 177 - color contains mainly: green. Hex color #8BB15C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BB15C is #744EA3. Grayscale: #9C9C9C. Windows color (decimal): -7622308 or 6074763. OLE color: 6074763.
HSL color Cylindrical-coordinate representation of color #8BB15C: hue angle of 86.82º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8BB15C is Cyan = 0.21, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 139 | 177 | 92 | - |
| CMYK | 0.21 | 0 | 0.48 | 0.31 |
| HSL | 86.82º | 0.35% | 0.53% | - |
| HSV(B) | 86.82º | 0.48% | 0.69% | - |
| XYZ | 28.3 | 37.71 | 15.91 | - |
| YUV | 155.95 | 91.91 | 115.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 177 | 92 | 0.21 | 0 | 0.48 | 0.31 | 86.82 | 0.35 | 0.53 |
| Hex | 8B | B1 | 5C | 15 | 0 | 30 | 1F | 57 | 23 | 35 |
| Octal | 213 | 261 | 134 | 25 | 0 | 60 | 37 | 127 | 43 | 65 |
| Binary | 10001011 | 10110001 | 1011100 | 10101 | 0 | 110000 | 11111 | 1010111 | 100011 | 110101 |
Color Harmonies of #8BB15C
Complementary color
Monochromatic Colors of #8BB15C
Black with #8BB15C
Text Example
Text Example
White with #8BB15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB15C; }
p { color: rgb(139,177,92); }
H1.HeaderClassName
{
color: #8BB15C;
}
.AnyTagClassName
{
color: #8BB15C;
}
</style>
background-color css
<style>
a { background-color: #8BB15C; }
a { background-color: rgb(139,177,92); }
div.DivClassName
{
background-color: #8BB15C;
}
.BgClassName
{
background-color: #8BB15C;
}
</style>
border-color css
<style>
span { border-color: #8BB15C; }
span { border-color: rgb(139,177,92); }
td.TdClassName
{
border-color: #8BB15C;
}
.TagClassName
{
border-color: #8BB15C;
}
</style>