Shades of Chelsea Cucumber #8FAB5B
Tints of Chelsea Cucumber #8FAB5B
RGB
CMYK
RGB Variations
Color information
#8FAB5B (or 0x8FAB5B) is known color: Chelsea Cucumber. HEX triplet: 8F, AB and 5B. RGB value is (143,171,91). Sum of RGB (Red+Green+Blue) = 143+171+91=405 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.31% from 405); Green value is 171 (67.19% from 255 or 42.22% from 405); Blue value is 91 (35.94% from 255 or 22.47% from 405); Max value from RGB is 171 - color contains mainly: green. Hex color #8FAB5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FAB5B is #7054A4. Grayscale: #999999. Windows color (decimal): -7361701 or 6007695. OLE color: 6007695.
HSL color Cylindrical-coordinate representation of color #8FAB5B: hue angle of 81º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8FAB5B is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 171 | 91 | - |
| CMYK | 0.16 | 0 | 0.47 | 0.33 |
| HSL | 81º | 0.32% | 0.51% | - |
| HSV(B) | 81º | 0.47% | 0.67% | - |
| XYZ | 27.78 | 35.72 | 15.33 | - |
| YUV | 153.51 | 92.72 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 171 | 91 | 0.16 | 0 | 0.47 | 0.33 | 81 | 0.32 | 0.51 |
| Hex | 8F | AB | 5B | 10 | 0 | 2F | 21 | 51 | 20 | 33 |
| Octal | 217 | 253 | 133 | 20 | 0 | 57 | 41 | 121 | 40 | 63 |
| Binary | 10001111 | 10101011 | 1011011 | 10000 | 0 | 101111 | 100001 | 1010001 | 100000 | 110011 |
Color Harmonies of #8FAB5B
Complementary color
Monochromatic Colors of #8FAB5B
Black with #8FAB5B
Text Example
Text Example
White with #8FAB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAB5B; }
p { color: rgb(143,171,91); }
H1.HeaderClassName
{
color: #8FAB5B;
}
.AnyTagClassName
{
color: #8FAB5B;
}
</style>
background-color css
<style>
a { background-color: #8FAB5B; }
a { background-color: rgb(143,171,91); }
div.DivClassName
{
background-color: #8FAB5B;
}
.BgClassName
{
background-color: #8FAB5B;
}
</style>
border-color css
<style>
span { border-color: #8FAB5B; }
span { border-color: rgb(143,171,91); }
td.TdClassName
{
border-color: #8FAB5B;
}
.TagClassName
{
border-color: #8FAB5B;
}
</style>