Shades of Chelsea Cucumber #8A9A4F
Tints of Chelsea Cucumber #8A9A4F
RGB
CMYK
RGB Variations
Color information
#8A9A4F (or 0x8A9A4F) is known color: Chelsea Cucumber. HEX triplet: 8A, 9A and 4F. RGB value is (138,154,79). Sum of RGB (Red+Green+Blue) = 138+154+79=371 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.20% from 371); Green value is 154 (60.55% from 255 or 41.51% from 371); Blue value is 79 (31.25% from 255 or 21.29% from 371); Max value from RGB is 154 - color contains mainly: green. Hex color #8A9A4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9A4F is #7565B0. Grayscale: #8C8C8C. Windows color (decimal): -7693745 or 5216906. OLE color: 5216906.
HSL color Cylindrical-coordinate representation of color #8A9A4F: hue angle of 72.8º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8A9A4F is Cyan = 0.10, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 138 | 154 | 79 | - |
| CMYK | 0.10 | 0 | 0.49 | 0.40 |
| HSL | 72.8º | 0.32% | 0.46% | - |
| HSV(B) | 72.8º | 0.49% | 0.6% | - |
| XYZ | 23.45 | 29.08 | 11.77 | - |
| YUV | 140.67 | 93.2 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 154 | 79 | 0.10 | 0 | 0.49 | 0.40 | 72.8 | 0.32 | 0.46 |
| Hex | 8A | 9A | 4F | A | 0 | 31 | 28 | 49 | 20 | 2E |
| Octal | 212 | 232 | 117 | 12 | 0 | 61 | 50 | 111 | 40 | 56 |
| Binary | 10001010 | 10011010 | 1001111 | 1010 | 0 | 110001 | 101000 | 1001001 | 100000 | 101110 |
Color Harmonies of #8A9A4F
Complementary color
Monochromatic Colors of #8A9A4F
Black with #8A9A4F
Text Example
Text Example
White with #8A9A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9A4F; }
p { color: rgb(138,154,79); }
H1.HeaderClassName
{
color: #8A9A4F;
}
.AnyTagClassName
{
color: #8A9A4F;
}
</style>
background-color css
<style>
a { background-color: #8A9A4F; }
a { background-color: rgb(138,154,79); }
div.DivClassName
{
background-color: #8A9A4F;
}
.BgClassName
{
background-color: #8A9A4F;
}
</style>
border-color css
<style>
span { border-color: #8A9A4F; }
span { border-color: rgb(138,154,79); }
td.TdClassName
{
border-color: #8A9A4F;
}
.TagClassName
{
border-color: #8A9A4F;
}
</style>