Shades of Chelsea Cucumber #8AA05B
Tints of Chelsea Cucumber #8AA05B
RGB
CMYK
RGB Variations
Color information
#8AA05B (or 0x8AA05B) is known color: Chelsea Cucumber. HEX triplet: 8A, A0 and 5B. RGB value is (138,160,91). Sum of RGB (Red+Green+Blue) = 138+160+91=389 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.48% from 389); Green value is 160 (62.89% from 255 or 41.13% from 389); Blue value is 91 (35.94% from 255 or 23.39% from 389); Max value from RGB is 160 - color contains mainly: green. Hex color #8AA05B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA05B is #755FA4. Grayscale: #919191. Windows color (decimal): -7692197 or 6004874. OLE color: 6004874.
HSL color Cylindrical-coordinate representation of color #8AA05B: hue angle of 79.13º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8AA05B is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 138 | 160 | 91 | - |
| CMYK | 0.14 | 0 | 0.43 | 0.37 |
| HSL | 79.13º | 0.27% | 0.49% | - |
| HSV(B) | 79.13º | 0.43% | 0.63% | - |
| XYZ | 24.94 | 31.3 | 14.62 | - |
| YUV | 145.56 | 97.21 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 160 | 91 | 0.14 | 0 | 0.43 | 0.37 | 79.13 | 0.27 | 0.49 |
| Hex | 8A | A0 | 5B | E | 0 | 2B | 25 | 4F | 1B | 31 |
| Octal | 212 | 240 | 133 | 16 | 0 | 53 | 45 | 117 | 33 | 61 |
| Binary | 10001010 | 10100000 | 1011011 | 1110 | 0 | 101011 | 100101 | 1001111 | 11011 | 110001 |
Color Harmonies of #8AA05B
Complementary color
Monochromatic Colors of #8AA05B
Black with #8AA05B
Text Example
Text Example
White with #8AA05B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA05B; }
p { color: rgb(138,160,91); }
H1.HeaderClassName
{
color: #8AA05B;
}
.AnyTagClassName
{
color: #8AA05B;
}
</style>
background-color css
<style>
a { background-color: #8AA05B; }
a { background-color: rgb(138,160,91); }
div.DivClassName
{
background-color: #8AA05B;
}
.BgClassName
{
background-color: #8AA05B;
}
</style>
border-color css
<style>
span { border-color: #8AA05B; }
span { border-color: rgb(138,160,91); }
td.TdClassName
{
border-color: #8AA05B;
}
.TagClassName
{
border-color: #8AA05B;
}
</style>