Shades of Chelsea Cucumber #8A9B55
Tints of Chelsea Cucumber #8A9B55
RGB
CMYK
RGB Variations
Color information
#8A9B55 (or 0x8A9B55) is known color: Chelsea Cucumber. HEX triplet: 8A, 9B and 55. RGB value is (138,155,85). Sum of RGB (Red+Green+Blue) = 138+155+85=378 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.51% from 378); Green value is 155 (60.94% from 255 or 41.01% from 378); Blue value is 85 (33.59% from 255 or 22.49% from 378); Max value from RGB is 155 - color contains mainly: green. Hex color #8A9B55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9B55 is #7564AA. Grayscale: #8E8E8E. Windows color (decimal): -7693483 or 5610378. OLE color: 5610378.
HSL color Cylindrical-coordinate representation of color #8A9B55: hue angle of 74.57º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8A9B55 is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 138 | 155 | 85 | - |
| CMYK | 0.11 | 0 | 0.45 | 0.39 |
| HSL | 74.57º | 0.29% | 0.47% | - |
| HSV(B) | 74.57º | 0.45% | 0.61% | - |
| XYZ | 23.84 | 29.5 | 13.03 | - |
| YUV | 141.94 | 95.87 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 155 | 85 | 0.11 | 0 | 0.45 | 0.39 | 74.57 | 0.29 | 0.47 |
| Hex | 8A | 9B | 55 | B | 0 | 2D | 27 | 4B | 1D | 2F |
| Octal | 212 | 233 | 125 | 13 | 0 | 55 | 47 | 113 | 35 | 57 |
| Binary | 10001010 | 10011011 | 1010101 | 1011 | 0 | 101101 | 100111 | 1001011 | 11101 | 101111 |
Color Harmonies of #8A9B55
Complementary color
Monochromatic Colors of #8A9B55
Black with #8A9B55
Text Example
Text Example
White with #8A9B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9B55; }
p { color: rgb(138,155,85); }
H1.HeaderClassName
{
color: #8A9B55;
}
.AnyTagClassName
{
color: #8A9B55;
}
</style>
background-color css
<style>
a { background-color: #8A9B55; }
a { background-color: rgb(138,155,85); }
div.DivClassName
{
background-color: #8A9B55;
}
.BgClassName
{
background-color: #8A9B55;
}
</style>
border-color css
<style>
span { border-color: #8A9B55; }
span { border-color: rgb(138,155,85); }
td.TdClassName
{
border-color: #8A9B55;
}
.TagClassName
{
border-color: #8A9B55;
}
</style>