Shades of Chelsea Cucumber #8A9A5C
Tints of Chelsea Cucumber #8A9A5C
RGB
CMYK
RGB Variations
Color information
#8A9A5C (or 0x8A9A5C) is known color: Chelsea Cucumber. HEX triplet: 8A, 9A and 5C. RGB value is (138,154,92). Sum of RGB (Red+Green+Blue) = 138+154+92=384 (50% of max value = 765). Red value is 138 (54.30% from 255 or 35.94% from 384); Green value is 154 (60.55% from 255 or 40.10% from 384); Blue value is 92 (36.33% from 255 or 23.96% from 384); Max value from RGB is 154 - color contains mainly: green. Hex color #8A9A5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9A5C is #7565A3. Grayscale: #8E8E8E. Windows color (decimal): -7693732 or 6068874. OLE color: 6068874.
HSL color Cylindrical-coordinate representation of color #8A9A5C: hue angle of 75.48º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8A9A5C is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 138 | 154 | 92 | - |
| CMYK | 0.10 | 0 | 0.40 | 0.40 |
| HSL | 75.48º | 0.25% | 0.48% | - |
| HSV(B) | 75.48º | 0.4% | 0.6% | - |
| XYZ | 23.97 | 29.29 | 14.51 | - |
| YUV | 142.15 | 99.7 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 154 | 92 | 0.10 | 0 | 0.40 | 0.40 | 75.48 | 0.25 | 0.48 |
| Hex | 8A | 9A | 5C | A | 0 | 28 | 28 | 4B | 19 | 30 |
| Octal | 212 | 232 | 134 | 12 | 0 | 50 | 50 | 113 | 31 | 60 |
| Binary | 10001010 | 10011010 | 1011100 | 1010 | 0 | 101000 | 101000 | 1001011 | 11001 | 110000 |
Color Harmonies of #8A9A5C
Complementary color
Monochromatic Colors of #8A9A5C
Black with #8A9A5C
Text Example
Text Example
White with #8A9A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9A5C; }
p { color: rgb(138,154,92); }
H1.HeaderClassName
{
color: #8A9A5C;
}
.AnyTagClassName
{
color: #8A9A5C;
}
</style>
background-color css
<style>
a { background-color: #8A9A5C; }
a { background-color: rgb(138,154,92); }
div.DivClassName
{
background-color: #8A9A5C;
}
.BgClassName
{
background-color: #8A9A5C;
}
</style>
border-color css
<style>
span { border-color: #8A9A5C; }
span { border-color: rgb(138,154,92); }
td.TdClassName
{
border-color: #8A9A5C;
}
.TagClassName
{
border-color: #8A9A5C;
}
</style>