Shades of Chelsea Cucumber #8A9D65
Tints of Chelsea Cucumber #8A9D65
RGB
CMYK
RGB Variations
Color information
#8A9D65 (or 0x8A9D65) is known color: Chelsea Cucumber. HEX triplet: 8A, 9D and 65. RGB value is (138,157,101). Sum of RGB (Red+Green+Blue) = 138+157+101=396 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.85% from 396); Green value is 157 (61.72% from 255 or 39.65% from 396); Blue value is 101 (39.84% from 255 or 25.51% from 396); Max value from RGB is 157 - color contains mainly: green. Hex color #8A9D65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9D65 is #75629A. Grayscale: #919191. Windows color (decimal): -7692955 or 6659466. OLE color: 6659466.
HSL color Cylindrical-coordinate representation of color #8A9D65: hue angle of 80.36º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8A9D65 is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 138 | 157 | 101 | - |
| CMYK | 0.12 | 0 | 0.36 | 0.38 |
| HSL | 80.36º | 0.22% | 0.51% | - |
| HSV(B) | 80.36º | 0.36% | 0.62% | - |
| XYZ | 24.89 | 30.46 | 16.88 | - |
| YUV | 144.94 | 103.21 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 157 | 101 | 0.12 | 0 | 0.36 | 0.38 | 80.36 | 0.22 | 0.51 |
| Hex | 8A | 9D | 65 | C | 0 | 24 | 26 | 50 | 16 | 33 |
| Octal | 212 | 235 | 145 | 14 | 0 | 44 | 46 | 120 | 26 | 63 |
| Binary | 10001010 | 10011101 | 1100101 | 1100 | 0 | 100100 | 100110 | 1010000 | 10110 | 110011 |
Color Harmonies of #8A9D65
Complementary color
Monochromatic Colors of #8A9D65
Black with #8A9D65
Text Example
Text Example
White with #8A9D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9D65; }
p { color: rgb(138,157,101); }
H1.HeaderClassName
{
color: #8A9D65;
}
.AnyTagClassName
{
color: #8A9D65;
}
</style>
background-color css
<style>
a { background-color: #8A9D65; }
a { background-color: rgb(138,157,101); }
div.DivClassName
{
background-color: #8A9D65;
}
.BgClassName
{
background-color: #8A9D65;
}
</style>
border-color css
<style>
span { border-color: #8A9D65; }
span { border-color: rgb(138,157,101); }
td.TdClassName
{
border-color: #8A9D65;
}
.TagClassName
{
border-color: #8A9D65;
}
</style>