Shades of Chelsea Cucumber #8A9C65
Tints of Chelsea Cucumber #8A9C65
RGB
CMYK
RGB Variations
Color information
#8A9C65 (or 0x8A9C65) is known color: Chelsea Cucumber. HEX triplet: 8A, 9C and 65. RGB value is (138,156,101). Sum of RGB (Red+Green+Blue) = 138+156+101=395 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.94% from 395); Green value is 156 (61.33% from 255 or 39.49% from 395); Blue value is 101 (39.84% from 255 or 25.57% from 395); Max value from RGB is 156 - color contains mainly: green. Hex color #8A9C65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9C65 is #75639A. Grayscale: #909090. Windows color (decimal): -7693211 or 6659210. OLE color: 6659210.
HSL color Cylindrical-coordinate representation of color #8A9C65: hue angle of 79.64º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8A9C65 is Cyan = 0.12, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 138 | 156 | 101 | - |
| CMYK | 0.12 | 0 | 0.35 | 0.39 |
| HSL | 79.64º | 0.22% | 0.5% | - |
| HSV(B) | 79.64º | 0.35% | 0.61% | - |
| XYZ | 24.72 | 30.12 | 16.82 | - |
| YUV | 144.35 | 103.54 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 156 | 101 | 0.12 | 0 | 0.35 | 0.39 | 79.64 | 0.22 | 0.5 |
| Hex | 8A | 9C | 65 | C | 0 | 23 | 27 | 50 | 16 | 32 |
| Octal | 212 | 234 | 145 | 14 | 0 | 43 | 47 | 120 | 26 | 62 |
| Binary | 10001010 | 10011100 | 1100101 | 1100 | 0 | 100011 | 100111 | 1010000 | 10110 | 110010 |
Color Harmonies of #8A9C65
Complementary color
Monochromatic Colors of #8A9C65
Black with #8A9C65
Text Example
Text Example
White with #8A9C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9C65; }
p { color: rgb(138,156,101); }
H1.HeaderClassName
{
color: #8A9C65;
}
.AnyTagClassName
{
color: #8A9C65;
}
</style>
background-color css
<style>
a { background-color: #8A9C65; }
a { background-color: rgb(138,156,101); }
div.DivClassName
{
background-color: #8A9C65;
}
.BgClassName
{
background-color: #8A9C65;
}
</style>
border-color css
<style>
span { border-color: #8A9C65; }
span { border-color: rgb(138,156,101); }
td.TdClassName
{
border-color: #8A9C65;
}
.TagClassName
{
border-color: #8A9C65;
}
</style>