Shades of Chelsea Cucumber #8A9951
Tints of Chelsea Cucumber #8A9951
RGB
CMYK
RGB Variations
Color information
#8A9951 (or 0x8A9951) is known color: Chelsea Cucumber. HEX triplet: 8A, 99 and 51. RGB value is (138,153,81). Sum of RGB (Red+Green+Blue) = 138+153+81=372 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.10% from 372); Green value is 153 (60.16% from 255 or 41.13% from 372); Blue value is 81 (32.03% from 255 or 21.77% from 372); Max value from RGB is 153 - color contains mainly: green. Hex color #8A9951 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9951 is #7566AE. Grayscale: #8C8C8C. Windows color (decimal): -7693999 or 5347722. OLE color: 5347722.
HSL color Cylindrical-coordinate representation of color #8A9951: hue angle of 72.5º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8A9951 is Cyan = 0.10, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 138 | 153 | 81 | - |
| CMYK | 0.10 | 0 | 0.47 | 0.4 |
| HSL | 72.5º | 0.31% | 0.46% | - |
| HSV(B) | 72.5º | 0.47% | 0.6% | - |
| XYZ | 23.36 | 28.78 | 12.11 | - |
| YUV | 140.31 | 94.53 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 153 | 81 | 0.10 | 0 | 0.47 | 0.4 | 72.5 | 0.31 | 0.46 |
| Hex | 8A | 99 | 51 | A | 0 | 2F | 28 | 48 | 1F | 2E |
| Octal | 212 | 231 | 121 | 12 | 0 | 57 | 50 | 110 | 37 | 56 |
| Binary | 10001010 | 10011001 | 1010001 | 1010 | 0 | 101111 | 101000 | 1001000 | 11111 | 101110 |
Color Harmonies of #8A9951
Complementary color
Monochromatic Colors of #8A9951
Black with #8A9951
Text Example
Text Example
White with #8A9951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9951; }
p { color: rgb(138,153,81); }
H1.HeaderClassName
{
color: #8A9951;
}
.AnyTagClassName
{
color: #8A9951;
}
</style>
background-color css
<style>
a { background-color: #8A9951; }
a { background-color: rgb(138,153,81); }
div.DivClassName
{
background-color: #8A9951;
}
.BgClassName
{
background-color: #8A9951;
}
</style>
border-color css
<style>
span { border-color: #8A9951; }
span { border-color: rgb(138,153,81); }
td.TdClassName
{
border-color: #8A9951;
}
.TagClassName
{
border-color: #8A9951;
}
</style>