Shades of Chelsea Cucumber #8A9851
Tints of Chelsea Cucumber #8A9851
RGB
CMYK
RGB Variations
Color information
#8A9851 (or 0x8A9851) is known color: Chelsea Cucumber. HEX triplet: 8A, 98 and 51. RGB value is (138,152,81). Sum of RGB (Red+Green+Blue) = 138+152+81=371 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.20% from 371); Green value is 152 (59.77% from 255 or 40.97% from 371); Blue value is 81 (32.03% from 255 or 21.83% from 371); Max value from RGB is 152 - color contains mainly: green. Hex color #8A9851 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9851 is #7567AE. Grayscale: #8B8B8B. Windows color (decimal): -7694255 or 5347466. OLE color: 5347466.
HSL color Cylindrical-coordinate representation of color #8A9851: hue angle of 71.83º degrees, saturation: 0.3, 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 #8A9851 is Cyan = 0.09, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 138 | 152 | 81 | - |
| CMYK | 0.09 | 0 | 0.47 | 0.40 |
| HSL | 71.83º | 0.3% | 0.46% | - |
| HSV(B) | 71.83º | 0.47% | 0.6% | - |
| XYZ | 23.19 | 28.45 | 12.05 | - |
| YUV | 139.72 | 94.86 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 152 | 81 | 0.09 | 0 | 0.47 | 0.40 | 71.83 | 0.3 | 0.46 |
| Hex | 8A | 98 | 51 | 9 | 0 | 2F | 28 | 48 | 1E | 2E |
| Octal | 212 | 230 | 121 | 11 | 0 | 57 | 50 | 110 | 36 | 56 |
| Binary | 10001010 | 10011000 | 1010001 | 1001 | 0 | 101111 | 101000 | 1001000 | 11110 | 101110 |
Color Harmonies of #8A9851
Complementary color
Monochromatic Colors of #8A9851
Black with #8A9851
Text Example
Text Example
White with #8A9851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9851; }
p { color: rgb(138,152,81); }
H1.HeaderClassName
{
color: #8A9851;
}
.AnyTagClassName
{
color: #8A9851;
}
</style>
background-color css
<style>
a { background-color: #8A9851; }
a { background-color: rgb(138,152,81); }
div.DivClassName
{
background-color: #8A9851;
}
.BgClassName
{
background-color: #8A9851;
}
</style>
border-color css
<style>
span { border-color: #8A9851; }
span { border-color: rgb(138,152,81); }
td.TdClassName
{
border-color: #8A9851;
}
.TagClassName
{
border-color: #8A9851;
}
</style>