Shades of Chelsea Cucumber #8AB55C
Tints of Chelsea Cucumber #8AB55C
RGB
CMYK
RGB Variations
Color information
#8AB55C (or 0x8AB55C) is known color: Chelsea Cucumber. HEX triplet: 8A, B5 and 5C. RGB value is (138,181,92). Sum of RGB (Red+Green+Blue) = 138+181+92=411 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.58% from 411); Green value is 181 (71.09% from 255 or 44.04% from 411); Blue value is 92 (36.33% from 255 or 22.38% from 411); Max value from RGB is 181 - color contains mainly: green. Hex color #8AB55C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB55C is #754AA3. Grayscale: #9E9E9E. Windows color (decimal): -7686820 or 6075786. OLE color: 6075786.
HSL color Cylindrical-coordinate representation of color #8AB55C: hue angle of 88.99º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8AB55C is Cyan = 0.24, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 138 | 181 | 92 | - |
| CMYK | 0.24 | 0 | 0.49 | 0.29 |
| HSL | 88.99º | 0.38% | 0.54% | - |
| HSV(B) | 88.99º | 0.49% | 0.71% | - |
| XYZ | 28.94 | 39.22 | 16.17 | - |
| YUV | 158 | 90.75 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 181 | 92 | 0.24 | 0 | 0.49 | 0.29 | 88.99 | 0.38 | 0.54 |
| Hex | 8A | B5 | 5C | 18 | 0 | 31 | 1D | 59 | 26 | 36 |
| Octal | 212 | 265 | 134 | 30 | 0 | 61 | 35 | 131 | 46 | 66 |
| Binary | 10001010 | 10110101 | 1011100 | 11000 | 0 | 110001 | 11101 | 1011001 | 100110 | 110110 |
Color Harmonies of #8AB55C
Complementary color
Monochromatic Colors of #8AB55C
Black with #8AB55C
Text Example
Text Example
White with #8AB55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB55C; }
p { color: rgb(138,181,92); }
H1.HeaderClassName
{
color: #8AB55C;
}
.AnyTagClassName
{
color: #8AB55C;
}
</style>
background-color css
<style>
a { background-color: #8AB55C; }
a { background-color: rgb(138,181,92); }
div.DivClassName
{
background-color: #8AB55C;
}
.BgClassName
{
background-color: #8AB55C;
}
</style>
border-color css
<style>
span { border-color: #8AB55C; }
span { border-color: rgb(138,181,92); }
td.TdClassName
{
border-color: #8AB55C;
}
.TagClassName
{
border-color: #8AB55C;
}
</style>