Shades of Chelsea Cucumber #8A9C52
Tints of Chelsea Cucumber #8A9C52
RGB
CMYK
RGB Variations
Color information
#8A9C52 (or 0x8A9C52) is known color: Chelsea Cucumber. HEX triplet: 8A, 9C and 52. RGB value is (138,156,82). Sum of RGB (Red+Green+Blue) = 138+156+82=376 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.70% from 376); Green value is 156 (61.33% from 255 or 41.49% from 376); Blue value is 82 (32.42% from 255 or 21.81% from 376); Max value from RGB is 156 - color contains mainly: green. Hex color #8A9C52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9C52 is #7563AD. Grayscale: #8E8E8E. Windows color (decimal): -7693230 or 5414026. OLE color: 5414026.
HSL color Cylindrical-coordinate representation of color #8A9C52: hue angle of 74.59º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8A9C52 is Cyan = 0.12, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 138 | 156 | 82 | - |
| CMYK | 0.12 | 0 | 0.47 | 0.39 |
| HSL | 74.59º | 0.31% | 0.47% | - |
| HSV(B) | 74.59º | 0.47% | 0.61% | - |
| XYZ | 23.89 | 29.79 | 12.47 | - |
| YUV | 142.18 | 94.04 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 156 | 82 | 0.12 | 0 | 0.47 | 0.39 | 74.59 | 0.31 | 0.47 |
| Hex | 8A | 9C | 52 | C | 0 | 2F | 27 | 4B | 1F | 2F |
| Octal | 212 | 234 | 122 | 14 | 0 | 57 | 47 | 113 | 37 | 57 |
| Binary | 10001010 | 10011100 | 1010010 | 1100 | 0 | 101111 | 100111 | 1001011 | 11111 | 101111 |
Color Harmonies of #8A9C52
Complementary color
Monochromatic Colors of #8A9C52
Black with #8A9C52
Text Example
Text Example
White with #8A9C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9C52; }
p { color: rgb(138,156,82); }
H1.HeaderClassName
{
color: #8A9C52;
}
.AnyTagClassName
{
color: #8A9C52;
}
</style>
background-color css
<style>
a { background-color: #8A9C52; }
a { background-color: rgb(138,156,82); }
div.DivClassName
{
background-color: #8A9C52;
}
.BgClassName
{
background-color: #8A9C52;
}
</style>
border-color css
<style>
span { border-color: #8A9C52; }
span { border-color: rgb(138,156,82); }
td.TdClassName
{
border-color: #8A9C52;
}
.TagClassName
{
border-color: #8A9C52;
}
</style>