Shades of Chelsea Cucumber #8A9C53
Tints of Chelsea Cucumber #8A9C53
RGB
CMYK
RGB Variations
Color information
#8A9C53 (or 0x8A9C53) is known color: Chelsea Cucumber. HEX triplet: 8A, 9C and 53. RGB value is (138,156,83). Sum of RGB (Red+Green+Blue) = 138+156+83=377 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.60% from 377); Green value is 156 (61.33% from 255 or 41.38% from 377); Blue value is 83 (32.81% from 255 or 22.02% from 377); Max value from RGB is 156 - color contains mainly: green. Hex color #8A9C53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9C53 is #7563AC. Grayscale: #8E8E8E. Windows color (decimal): -7693229 or 5479562. OLE color: 5479562.
HSL color Cylindrical-coordinate representation of color #8A9C53: hue angle of 74.79º 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 #8A9C53 is Cyan = 0.12, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 138 | 156 | 83 | - |
| CMYK | 0.12 | 0 | 0.47 | 0.39 |
| HSL | 74.79º | 0.31% | 0.47% | - |
| HSV(B) | 74.79º | 0.47% | 0.61% | - |
| XYZ | 23.93 | 29.8 | 12.68 | - |
| YUV | 142.3 | 94.54 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 156 | 83 | 0.12 | 0 | 0.47 | 0.39 | 74.79 | 0.31 | 0.47 |
| Hex | 8A | 9C | 53 | C | 0 | 2F | 27 | 4B | 1F | 2F |
| Octal | 212 | 234 | 123 | 14 | 0 | 57 | 47 | 113 | 37 | 57 |
| Binary | 10001010 | 10011100 | 1010011 | 1100 | 0 | 101111 | 100111 | 1001011 | 11111 | 101111 |
Color Harmonies of #8A9C53
Complementary color
Monochromatic Colors of #8A9C53
Black with #8A9C53
Text Example
Text Example
White with #8A9C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9C53; }
p { color: rgb(138,156,83); }
H1.HeaderClassName
{
color: #8A9C53;
}
.AnyTagClassName
{
color: #8A9C53;
}
</style>
background-color css
<style>
a { background-color: #8A9C53; }
a { background-color: rgb(138,156,83); }
div.DivClassName
{
background-color: #8A9C53;
}
.BgClassName
{
background-color: #8A9C53;
}
</style>
border-color css
<style>
span { border-color: #8A9C53; }
span { border-color: rgb(138,156,83); }
td.TdClassName
{
border-color: #8A9C53;
}
.TagClassName
{
border-color: #8A9C53;
}
</style>