Shades of Chelsea Cucumber #8A9964
Tints of Chelsea Cucumber #8A9964
RGB
CMYK
RGB Variations
Color information
#8A9964 (or 0x8A9964) is known color: Chelsea Cucumber. HEX triplet: 8A, 99 and 64. RGB value is (138,153,100). Sum of RGB (Red+Green+Blue) = 138+153+100=391 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.29% from 391); Green value is 153 (60.16% from 255 or 39.13% from 391); Blue value is 100 (39.45% from 255 or 25.58% from 391); Max value from RGB is 153 - color contains mainly: green. Hex color #8A9964 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9964 is #75669B. Grayscale: #8E8E8E. Windows color (decimal): -7693980 or 6592906. OLE color: 6592906.
HSL color Cylindrical-coordinate representation of color #8A9964: hue angle of 76.98º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8A9964 is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 138 | 153 | 100 | - |
| CMYK | 0.10 | 0 | 0.35 | 0.4 |
| HSL | 76.98º | 0.21% | 0.5% | - |
| HSV(B) | 76.98º | 0.35% | 0.6% | - |
| XYZ | 24.17 | 29.11 | 16.4 | - |
| YUV | 142.47 | 104.03 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 153 | 100 | 0.10 | 0 | 0.35 | 0.4 | 76.98 | 0.21 | 0.5 |
| Hex | 8A | 99 | 64 | A | 0 | 23 | 28 | 4D | 15 | 32 |
| Octal | 212 | 231 | 144 | 12 | 0 | 43 | 50 | 115 | 25 | 62 |
| Binary | 10001010 | 10011001 | 1100100 | 1010 | 0 | 100011 | 101000 | 1001101 | 10101 | 110010 |
Color Harmonies of #8A9964
Complementary color
Monochromatic Colors of #8A9964
Black with #8A9964
Text Example
Text Example
White with #8A9964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9964; }
p { color: rgb(138,153,100); }
H1.HeaderClassName
{
color: #8A9964;
}
.AnyTagClassName
{
color: #8A9964;
}
</style>
background-color css
<style>
a { background-color: #8A9964; }
a { background-color: rgb(138,153,100); }
div.DivClassName
{
background-color: #8A9964;
}
.BgClassName
{
background-color: #8A9964;
}
</style>
border-color css
<style>
span { border-color: #8A9964; }
span { border-color: rgb(138,153,100); }
td.TdClassName
{
border-color: #8A9964;
}
.TagClassName
{
border-color: #8A9964;
}
</style>