Shades of Chelsea Cucumber #8ABB52
Tints of Chelsea Cucumber #8ABB52
RGB
CMYK
RGB Variations
Color information
#8ABB52 (or 0x8ABB52) is known color: Chelsea Cucumber. HEX triplet: 8A, BB and 52. RGB value is (138,187,82). Sum of RGB (Red+Green+Blue) = 138+187+82=407 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.91% from 407); Green value is 187 (73.44% from 255 or 45.95% from 407); Blue value is 82 (32.42% from 255 or 20.15% from 407); Max value from RGB is 187 - color contains mainly: green. Hex color #8ABB52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ABB52 is #7544AD. Grayscale: #A0A0A0. Windows color (decimal): -7685294 or 5421962. OLE color: 5421962.
HSL color Cylindrical-coordinate representation of color #8ABB52: hue angle of 88º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8ABB52 is Cyan = 0.26, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 187 | 82 | - |
| CMYK | 0.26 | 0 | 0.56 | 0.27 |
| HSL | 88º | 0.44% | 0.53% | - |
| HSV(B) | 88º | 0.56% | 0.73% | - |
| XYZ | 29.77 | 41.55 | 14.43 | - |
| YUV | 160.38 | 83.77 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 187 | 82 | 0.26 | 0 | 0.56 | 0.27 | 88 | 0.44 | 0.53 |
| Hex | 8A | BB | 52 | 1A | 0 | 38 | 1B | 58 | 2C | 35 |
| Octal | 212 | 273 | 122 | 32 | 0 | 70 | 33 | 130 | 54 | 65 |
| Binary | 10001010 | 10111011 | 1010010 | 11010 | 0 | 111000 | 11011 | 1011000 | 101100 | 110101 |
Color Harmonies of #8ABB52
Complementary color
Monochromatic Colors of #8ABB52
Black with #8ABB52
Text Example
Text Example
White with #8ABB52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABB52; }
p { color: rgb(138,187,82); }
H1.HeaderClassName
{
color: #8ABB52;
}
.AnyTagClassName
{
color: #8ABB52;
}
</style>
background-color css
<style>
a { background-color: #8ABB52; }
a { background-color: rgb(138,187,82); }
div.DivClassName
{
background-color: #8ABB52;
}
.BgClassName
{
background-color: #8ABB52;
}
</style>
border-color css
<style>
span { border-color: #8ABB52; }
span { border-color: rgb(138,187,82); }
td.TdClassName
{
border-color: #8ABB52;
}
.TagClassName
{
border-color: #8ABB52;
}
</style>