Shades of Chelsea Cucumber #8AA55C
Tints of Chelsea Cucumber #8AA55C
RGB
CMYK
RGB Variations
Color information
#8AA55C (or 0x8AA55C) is known color: Chelsea Cucumber. HEX triplet: 8A, A5 and 5C. RGB value is (138,165,92). Sum of RGB (Red+Green+Blue) = 138+165+92=395 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.94% from 395); Green value is 165 (64.84% from 255 or 41.77% from 395); Blue value is 92 (36.33% from 255 or 23.29% from 395); Max value from RGB is 165 - color contains mainly: green. Hex color #8AA55C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA55C is #755AA3. Grayscale: #949494. Windows color (decimal): -7690916 or 6071690. OLE color: 6071690.
HSL color Cylindrical-coordinate representation of color #8AA55C: hue angle of 82.19º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8AA55C is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 138 | 165 | 92 | - |
| CMYK | 0.16 | 0 | 0.44 | 0.35 |
| HSL | 82.19º | 0.29% | 0.5% | - |
| HSV(B) | 82.19º | 0.44% | 0.65% | - |
| XYZ | 25.87 | 33.09 | 15.15 | - |
| YUV | 148.61 | 96.05 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 165 | 92 | 0.16 | 0 | 0.44 | 0.35 | 82.19 | 0.29 | 0.5 |
| Hex | 8A | A5 | 5C | 10 | 0 | 2C | 23 | 52 | 1D | 32 |
| Octal | 212 | 245 | 134 | 20 | 0 | 54 | 43 | 122 | 35 | 62 |
| Binary | 10001010 | 10100101 | 1011100 | 10000 | 0 | 101100 | 100011 | 1010010 | 11101 | 110010 |
Color Harmonies of #8AA55C
Complementary color
Monochromatic Colors of #8AA55C
Black with #8AA55C
Text Example
Text Example
White with #8AA55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA55C; }
p { color: rgb(138,165,92); }
H1.HeaderClassName
{
color: #8AA55C;
}
.AnyTagClassName
{
color: #8AA55C;
}
</style>
background-color css
<style>
a { background-color: #8AA55C; }
a { background-color: rgb(138,165,92); }
div.DivClassName
{
background-color: #8AA55C;
}
.BgClassName
{
background-color: #8AA55C;
}
</style>
border-color css
<style>
span { border-color: #8AA55C; }
span { border-color: rgb(138,165,92); }
td.TdClassName
{
border-color: #8AA55C;
}
.TagClassName
{
border-color: #8AA55C;
}
</style>