Shades of Chelsea Cucumber #8AA65B
Tints of Chelsea Cucumber #8AA65B
RGB
CMYK
RGB Variations
Color information
#8AA65B (or 0x8AA65B) is known color: Chelsea Cucumber. HEX triplet: 8A, A6 and 5B. RGB value is (138,166,91). Sum of RGB (Red+Green+Blue) = 138+166+91=395 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.94% from 395); Green value is 166 (65.23% from 255 or 42.03% from 395); Blue value is 91 (35.94% from 255 or 23.04% from 395); Max value from RGB is 166 - color contains mainly: green. Hex color #8AA65B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA65B is #7559A4. Grayscale: #959595. Windows color (decimal): -7690661 or 6006410. OLE color: 6006410.
HSL color Cylindrical-coordinate representation of color #8AA65B: hue angle of 82.4º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AA65B is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 138 | 166 | 91 | - |
| CMYK | 0.17 | 0 | 0.45 | 0.35 |
| HSL | 82.4º | 0.3% | 0.5% | - |
| HSV(B) | 82.4º | 0.45% | 0.65% | - |
| XYZ | 26.01 | 33.43 | 14.98 | - |
| YUV | 149.08 | 95.22 | 120.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 166 | 91 | 0.17 | 0 | 0.45 | 0.35 | 82.4 | 0.3 | 0.5 |
| Hex | 8A | A6 | 5B | 11 | 0 | 2D | 23 | 52 | 1E | 32 |
| Octal | 212 | 246 | 133 | 21 | 0 | 55 | 43 | 122 | 36 | 62 |
| Binary | 10001010 | 10100110 | 1011011 | 10001 | 0 | 101101 | 100011 | 1010010 | 11110 | 110010 |
Color Harmonies of #8AA65B
Complementary color
Monochromatic Colors of #8AA65B
Black with #8AA65B
Text Example
Text Example
White with #8AA65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA65B; }
p { color: rgb(138,166,91); }
H1.HeaderClassName
{
color: #8AA65B;
}
.AnyTagClassName
{
color: #8AA65B;
}
</style>
background-color css
<style>
a { background-color: #8AA65B; }
a { background-color: rgb(138,166,91); }
div.DivClassName
{
background-color: #8AA65B;
}
.BgClassName
{
background-color: #8AA65B;
}
</style>
border-color css
<style>
span { border-color: #8AA65B; }
span { border-color: rgb(138,166,91); }
td.TdClassName
{
border-color: #8AA65B;
}
.TagClassName
{
border-color: #8AA65B;
}
</style>