Shades of Chelsea Cucumber #8CAA51
Tints of Chelsea Cucumber #8CAA51
RGB
CMYK
RGB Variations
Color information
#8CAA51 (or 0x8CAA51) is known color: Chelsea Cucumber. HEX triplet: 8C, AA and 51. RGB value is (140,170,81). Sum of RGB (Red+Green+Blue) = 140+170+81=391 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.81% from 391); Green value is 170 (66.80% from 255 or 43.48% from 391); Blue value is 81 (32.03% from 255 or 20.72% from 391); Max value from RGB is 170 - color contains mainly: green. Hex color #8CAA51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAA51 is #7355AE. Grayscale: #979797. Windows color (decimal): -7558575 or 5352076. OLE color: 5352076.
HSL color Cylindrical-coordinate representation of color #8CAA51: hue angle of 80.22º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8CAA51 is Cyan = 0.18, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 170 | 81 | - |
| CMYK | 0.18 | 0 | 0.52 | 0.33 |
| HSL | 80.22º | 0.35% | 0.49% | - |
| HSV(B) | 80.22º | 0.52% | 0.67% | - |
| XYZ | 26.68 | 34.92 | 13.12 | - |
| YUV | 150.88 | 88.56 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 170 | 81 | 0.18 | 0 | 0.52 | 0.33 | 80.22 | 0.35 | 0.49 |
| Hex | 8C | AA | 51 | 12 | 0 | 34 | 21 | 50 | 23 | 31 |
| Octal | 214 | 252 | 121 | 22 | 0 | 64 | 41 | 120 | 43 | 61 |
| Binary | 10001100 | 10101010 | 1010001 | 10010 | 0 | 110100 | 100001 | 1010000 | 100011 | 110001 |
Color Harmonies of #8CAA51
Complementary color
Monochromatic Colors of #8CAA51
Black with #8CAA51
Text Example
Text Example
White with #8CAA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAA51; }
p { color: rgb(140,170,81); }
H1.HeaderClassName
{
color: #8CAA51;
}
.AnyTagClassName
{
color: #8CAA51;
}
</style>
background-color css
<style>
a { background-color: #8CAA51; }
a { background-color: rgb(140,170,81); }
div.DivClassName
{
background-color: #8CAA51;
}
.BgClassName
{
background-color: #8CAA51;
}
</style>
border-color css
<style>
span { border-color: #8CAA51; }
span { border-color: rgb(140,170,81); }
td.TdClassName
{
border-color: #8CAA51;
}
.TagClassName
{
border-color: #8CAA51;
}
</style>