Shades of Chelsea Cucumber #8ABA4C
Tints of Chelsea Cucumber #8ABA4C
RGB
CMYK
RGB Variations
Color information
#8ABA4C (or 0x8ABA4C) is known color: Chelsea Cucumber. HEX triplet: 8A, BA and 4C. RGB value is (138,186,76). Sum of RGB (Red+Green+Blue) = 138+186+76=400 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.5% from 400); Green value is 186 (73.05% from 255 or 46.5% from 400); Blue value is 76 (30.08% from 255 or 19% from 400); Max value from RGB is 186 - color contains mainly: green. Hex color #8ABA4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ABA4C is #7545B3. Grayscale: #9F9F9F. Windows color (decimal): -7685556 or 5028490. OLE color: 5028490.
HSL color Cylindrical-coordinate representation of color #8ABA4C: hue angle of 86.18º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8ABA4C is Cyan = 0.26, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 186 | 76 | - |
| CMYK | 0.26 | 0 | 0.59 | 0.27 |
| HSL | 86.18º | 0.44% | 0.51% | - |
| HSV(B) | 86.18º | 0.59% | 0.73% | - |
| XYZ | 29.34 | 41.04 | 13.21 | - |
| YUV | 159.11 | 81.1 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 186 | 76 | 0.26 | 0 | 0.59 | 0.27 | 86.18 | 0.44 | 0.51 |
| Hex | 8A | BA | 4C | 1A | 0 | 3B | 1B | 56 | 2C | 33 |
| Octal | 212 | 272 | 114 | 32 | 0 | 73 | 33 | 126 | 54 | 63 |
| Binary | 10001010 | 10111010 | 1001100 | 11010 | 0 | 111011 | 11011 | 1010110 | 101100 | 110011 |
Color Harmonies of #8ABA4C
Complementary color
Monochromatic Colors of #8ABA4C
Black with #8ABA4C
Text Example
Text Example
White with #8ABA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABA4C; }
p { color: rgb(138,186,76); }
H1.HeaderClassName
{
color: #8ABA4C;
}
.AnyTagClassName
{
color: #8ABA4C;
}
</style>
background-color css
<style>
a { background-color: #8ABA4C; }
a { background-color: rgb(138,186,76); }
div.DivClassName
{
background-color: #8ABA4C;
}
.BgClassName
{
background-color: #8ABA4C;
}
</style>
border-color css
<style>
span { border-color: #8ABA4C; }
span { border-color: rgb(138,186,76); }
td.TdClassName
{
border-color: #8ABA4C;
}
.TagClassName
{
border-color: #8ABA4C;
}
</style>