Shades of Chelsea Cucumber #8A9B4F
Tints of Chelsea Cucumber #8A9B4F
RGB
CMYK
RGB Variations
Color information
#8A9B4F (or 0x8A9B4F) is known color: Chelsea Cucumber. HEX triplet: 8A, 9B and 4F. RGB value is (138,155,79). Sum of RGB (Red+Green+Blue) = 138+155+79=372 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.10% from 372); Green value is 155 (60.94% from 255 or 41.67% from 372); Blue value is 79 (31.25% from 255 or 21.24% from 372); Max value from RGB is 155 - color contains mainly: green. Hex color #8A9B4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9B4F is #7564B0. Grayscale: #8D8D8D. Windows color (decimal): -7693489 or 5217162. OLE color: 5217162.
HSL color Cylindrical-coordinate representation of color #8A9B4F: hue angle of 73.42º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8A9B4F is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 138 | 155 | 79 | - |
| CMYK | 0.11 | 0 | 0.49 | 0.39 |
| HSL | 73.42º | 0.32% | 0.46% | - |
| HSV(B) | 73.42º | 0.49% | 0.61% | - |
| XYZ | 23.61 | 29.41 | 11.83 | - |
| YUV | 141.25 | 92.87 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 155 | 79 | 0.11 | 0 | 0.49 | 0.39 | 73.42 | 0.32 | 0.46 |
| Hex | 8A | 9B | 4F | B | 0 | 31 | 27 | 49 | 20 | 2E |
| Octal | 212 | 233 | 117 | 13 | 0 | 61 | 47 | 111 | 40 | 56 |
| Binary | 10001010 | 10011011 | 1001111 | 1011 | 0 | 110001 | 100111 | 1001001 | 100000 | 101110 |
Color Harmonies of #8A9B4F
Complementary color
Monochromatic Colors of #8A9B4F
Black with #8A9B4F
Text Example
Text Example
White with #8A9B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9B4F; }
p { color: rgb(138,155,79); }
H1.HeaderClassName
{
color: #8A9B4F;
}
.AnyTagClassName
{
color: #8A9B4F;
}
</style>
background-color css
<style>
a { background-color: #8A9B4F; }
a { background-color: rgb(138,155,79); }
div.DivClassName
{
background-color: #8A9B4F;
}
.BgClassName
{
background-color: #8A9B4F;
}
</style>
border-color css
<style>
span { border-color: #8A9B4F; }
span { border-color: rgb(138,155,79); }
td.TdClassName
{
border-color: #8A9B4F;
}
.TagClassName
{
border-color: #8A9B4F;
}
</style>