Shades of Chelsea Cucumber #8A9E5C
Tints of Chelsea Cucumber #8A9E5C
RGB
CMYK
RGB Variations
Color information
#8A9E5C (or 0x8A9E5C) is known color: Chelsea Cucumber. HEX triplet: 8A, 9E and 5C. RGB value is (138,158,92). Sum of RGB (Red+Green+Blue) = 138+158+92=388 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.57% from 388); Green value is 158 (62.11% from 255 or 40.72% from 388); Blue value is 92 (36.33% from 255 or 23.71% from 388); Max value from RGB is 158 - color contains mainly: green. Hex color #8A9E5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9E5C is #7561A3. Grayscale: #909090. Windows color (decimal): -7692708 or 6069898. OLE color: 6069898.
HSL color Cylindrical-coordinate representation of color #8A9E5C: hue angle of 78.18º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8A9E5C is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 138 | 158 | 92 | - |
| CMYK | 0.13 | 0 | 0.42 | 0.38 |
| HSL | 78.18º | 0.26% | 0.49% | - |
| HSV(B) | 78.18º | 0.42% | 0.62% | - |
| XYZ | 24.64 | 30.63 | 14.74 | - |
| YUV | 144.5 | 98.37 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 158 | 92 | 0.13 | 0 | 0.42 | 0.38 | 78.18 | 0.26 | 0.49 |
| Hex | 8A | 9E | 5C | D | 0 | 2A | 26 | 4E | 1A | 31 |
| Octal | 212 | 236 | 134 | 15 | 0 | 52 | 46 | 116 | 32 | 61 |
| Binary | 10001010 | 10011110 | 1011100 | 1101 | 0 | 101010 | 100110 | 1001110 | 11010 | 110001 |
Color Harmonies of #8A9E5C
Complementary color
Monochromatic Colors of #8A9E5C
Black with #8A9E5C
Text Example
Text Example
White with #8A9E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9E5C; }
p { color: rgb(138,158,92); }
H1.HeaderClassName
{
color: #8A9E5C;
}
.AnyTagClassName
{
color: #8A9E5C;
}
</style>
background-color css
<style>
a { background-color: #8A9E5C; }
a { background-color: rgb(138,158,92); }
div.DivClassName
{
background-color: #8A9E5C;
}
.BgClassName
{
background-color: #8A9E5C;
}
</style>
border-color css
<style>
span { border-color: #8A9E5C; }
span { border-color: rgb(138,158,92); }
td.TdClassName
{
border-color: #8A9E5C;
}
.TagClassName
{
border-color: #8A9E5C;
}
</style>