Shades of Chelsea Cucumber #8FB166
Tints of Chelsea Cucumber #8FB166
RGB
CMYK
RGB Variations
Color information
#8FB166 (or 0x8FB166) is known color: Chelsea Cucumber. HEX triplet: 8F, B1 and 66. RGB value is (143,177,102). Sum of RGB (Red+Green+Blue) = 143+177+102=422 (55% of max value = 765). Red value is 143 (56.25% from 255 or 33.89% from 422); Green value is 177 (69.53% from 255 or 41.94% from 422); Blue value is 102 (40.23% from 255 or 24.17% from 422); Max value from RGB is 177 - color contains mainly: green. Hex color #8FB166 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FB166 is #704E99. Grayscale: #9E9E9E. Windows color (decimal): -7360154 or 6730127. OLE color: 6730127.
HSL color Cylindrical-coordinate representation of color #8FB166: hue angle of 87.2º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8FB166 is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 143 | 177 | 102 | - |
| CMYK | 0.19 | 0 | 0.42 | 0.31 |
| HSL | 87.2º | 0.32% | 0.55% | - |
| HSV(B) | 87.2º | 0.42% | 0.69% | - |
| XYZ | 29.45 | 38.24 | 18.4 | - |
| YUV | 158.28 | 96.24 | 117.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 177 | 102 | 0.19 | 0 | 0.42 | 0.31 | 87.2 | 0.32 | 0.55 |
| Hex | 8F | B1 | 66 | 13 | 0 | 2A | 1F | 57 | 20 | 37 |
| Octal | 217 | 261 | 146 | 23 | 0 | 52 | 37 | 127 | 40 | 67 |
| Binary | 10001111 | 10110001 | 1100110 | 10011 | 0 | 101010 | 11111 | 1010111 | 100000 | 110111 |
Color Harmonies of #8FB166
Complementary color
Monochromatic Colors of #8FB166
Black with #8FB166
Text Example
Text Example
White with #8FB166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB166; }
p { color: rgb(143,177,102); }
H1.HeaderClassName
{
color: #8FB166;
}
.AnyTagClassName
{
color: #8FB166;
}
</style>
background-color css
<style>
a { background-color: #8FB166; }
a { background-color: rgb(143,177,102); }
div.DivClassName
{
background-color: #8FB166;
}
.BgClassName
{
background-color: #8FB166;
}
</style>
border-color css
<style>
span { border-color: #8FB166; }
span { border-color: rgb(143,177,102); }
td.TdClassName
{
border-color: #8FB166;
}
.TagClassName
{
border-color: #8FB166;
}
</style>