Shades of Chelsea Cucumber #8A9D5D
Tints of Chelsea Cucumber #8A9D5D
RGB
CMYK
RGB Variations
Color information
#8A9D5D (or 0x8A9D5D) is known color: Chelsea Cucumber. HEX triplet: 8A, 9D and 5D. RGB value is (138,157,93). Sum of RGB (Red+Green+Blue) = 138+157+93=388 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.57% from 388); Green value is 157 (61.72% from 255 or 40.46% from 388); Blue value is 93 (36.72% from 255 or 23.97% from 388); Max value from RGB is 157 - color contains mainly: green. Hex color #8A9D5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9D5D is #7562A2. Grayscale: #909090. Windows color (decimal): -7692963 or 6135178. OLE color: 6135178.
HSL color Cylindrical-coordinate representation of color #8A9D5D: hue angle of 77.81º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8A9D5D is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 138 | 157 | 93 | - |
| CMYK | 0.12 | 0 | 0.41 | 0.38 |
| HSL | 77.81º | 0.26% | 0.49% | - |
| HSV(B) | 77.81º | 0.41% | 0.62% | - |
| XYZ | 24.51 | 30.31 | 14.91 | - |
| YUV | 144.02 | 99.21 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 157 | 93 | 0.12 | 0 | 0.41 | 0.38 | 77.81 | 0.26 | 0.49 |
| Hex | 8A | 9D | 5D | C | 0 | 29 | 26 | 4E | 1A | 31 |
| Octal | 212 | 235 | 135 | 14 | 0 | 51 | 46 | 116 | 32 | 61 |
| Binary | 10001010 | 10011101 | 1011101 | 1100 | 0 | 101001 | 100110 | 1001110 | 11010 | 110001 |
Color Harmonies of #8A9D5D
Complementary color
Monochromatic Colors of #8A9D5D
Black with #8A9D5D
Text Example
Text Example
White with #8A9D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9D5D; }
p { color: rgb(138,157,93); }
H1.HeaderClassName
{
color: #8A9D5D;
}
.AnyTagClassName
{
color: #8A9D5D;
}
</style>
background-color css
<style>
a { background-color: #8A9D5D; }
a { background-color: rgb(138,157,93); }
div.DivClassName
{
background-color: #8A9D5D;
}
.BgClassName
{
background-color: #8A9D5D;
}
</style>
border-color css
<style>
span { border-color: #8A9D5D; }
span { border-color: rgb(138,157,93); }
td.TdClassName
{
border-color: #8A9D5D;
}
.TagClassName
{
border-color: #8A9D5D;
}
</style>