Shades of Chelsea Cucumber #8CAF52
Tints of Chelsea Cucumber #8CAF52
RGB
CMYK
RGB Variations
Color information
#8CAF52 (or 0x8CAF52) is known color: Chelsea Cucumber. HEX triplet: 8C, AF and 52. RGB value is (140,175,82). Sum of RGB (Red+Green+Blue) = 140+175+82=397 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.26% from 397); Green value is 175 (68.75% from 255 or 44.08% from 397); Blue value is 82 (32.42% from 255 or 20.65% from 397); Max value from RGB is 175 - color contains mainly: green. Hex color #8CAF52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAF52 is #7350AD. Grayscale: #9A9A9A. Windows color (decimal): -7557294 or 5418892. OLE color: 5418892.
HSL color Cylindrical-coordinate representation of color #8CAF52: hue angle of 82.58º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8CAF52 is Cyan = 0.2, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 175 | 82 | - |
| CMYK | 0.2 | 0 | 0.53 | 0.31 |
| HSL | 82.58º | 0.37% | 0.5% | - |
| HSV(B) | 82.58º | 0.53% | 0.69% | - |
| XYZ | 27.67 | 36.84 | 13.64 | - |
| YUV | 153.93 | 87.4 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 175 | 82 | 0.2 | 0 | 0.53 | 0.31 | 82.58 | 0.37 | 0.5 |
| Hex | 8C | AF | 52 | 14 | 0 | 35 | 1F | 53 | 25 | 32 |
| Octal | 214 | 257 | 122 | 24 | 0 | 65 | 37 | 123 | 45 | 62 |
| Binary | 10001100 | 10101111 | 1010010 | 10100 | 0 | 110101 | 11111 | 1010011 | 100101 | 110010 |
Color Harmonies of #8CAF52
Complementary color
Monochromatic Colors of #8CAF52
Black with #8CAF52
Text Example
Text Example
White with #8CAF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAF52; }
p { color: rgb(140,175,82); }
H1.HeaderClassName
{
color: #8CAF52;
}
.AnyTagClassName
{
color: #8CAF52;
}
</style>
background-color css
<style>
a { background-color: #8CAF52; }
a { background-color: rgb(140,175,82); }
div.DivClassName
{
background-color: #8CAF52;
}
.BgClassName
{
background-color: #8CAF52;
}
</style>
border-color css
<style>
span { border-color: #8CAF52; }
span { border-color: rgb(140,175,82); }
td.TdClassName
{
border-color: #8CAF52;
}
.TagClassName
{
border-color: #8CAF52;
}
</style>