Shades of Chelsea Cucumber #8FB152
Tints of Chelsea Cucumber #8FB152
RGB
CMYK
RGB Variations
Color information
#8FB152 (or 0x8FB152) is known color: Chelsea Cucumber. HEX triplet: 8F, B1 and 52. RGB value is (143,177,82). Sum of RGB (Red+Green+Blue) = 143+177+82=402 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.57% from 402); Green value is 177 (69.53% from 255 or 44.03% from 402); Blue value is 82 (32.42% from 255 or 20.40% from 402); Max value from RGB is 177 - color contains mainly: green. Hex color #8FB152 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FB152 is #704EAD. Grayscale: #9C9C9C. Windows color (decimal): -7360174 or 5419407. OLE color: 5419407.
HSL color Cylindrical-coordinate representation of color #8FB152: hue angle of 81.47º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8FB152 is Cyan = 0.19, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 143 | 177 | 82 | - |
| CMYK | 0.19 | 0 | 0.54 | 0.31 |
| HSL | 81.47º | 0.38% | 0.51% | - |
| HSV(B) | 81.47º | 0.54% | 0.69% | - |
| XYZ | 28.57 | 37.89 | 13.79 | - |
| YUV | 156 | 86.24 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 177 | 82 | 0.19 | 0 | 0.54 | 0.31 | 81.47 | 0.38 | 0.51 |
| Hex | 8F | B1 | 52 | 13 | 0 | 36 | 1F | 51 | 26 | 33 |
| Octal | 217 | 261 | 122 | 23 | 0 | 66 | 37 | 121 | 46 | 63 |
| Binary | 10001111 | 10110001 | 1010010 | 10011 | 0 | 110110 | 11111 | 1010001 | 100110 | 110011 |
Color Harmonies of #8FB152
Complementary color
Monochromatic Colors of #8FB152
Black with #8FB152
Text Example
Text Example
White with #8FB152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB152; }
p { color: rgb(143,177,82); }
H1.HeaderClassName
{
color: #8FB152;
}
.AnyTagClassName
{
color: #8FB152;
}
</style>
background-color css
<style>
a { background-color: #8FB152; }
a { background-color: rgb(143,177,82); }
div.DivClassName
{
background-color: #8FB152;
}
.BgClassName
{
background-color: #8FB152;
}
</style>
border-color css
<style>
span { border-color: #8FB152; }
span { border-color: rgb(143,177,82); }
td.TdClassName
{
border-color: #8FB152;
}
.TagClassName
{
border-color: #8FB152;
}
</style>