Shades of Chelsea Cucumber #8AB054
Tints of Chelsea Cucumber #8AB054
RGB
CMYK
RGB Variations
Color information
#8AB054 (or 0x8AB054) is known color: Chelsea Cucumber. HEX triplet: 8A, B0 and 54. RGB value is (138,176,84). Sum of RGB (Red+Green+Blue) = 138+176+84=398 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.67% from 398); Green value is 176 (69.14% from 255 or 44.22% from 398); Blue value is 84 (33.20% from 255 or 21.11% from 398); Max value from RGB is 176 - color contains mainly: green. Hex color #8AB054 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AB054 is #754FAB. Grayscale: #9A9A9A. Windows color (decimal): -7688108 or 5550218. OLE color: 5550218.
HSL color Cylindrical-coordinate representation of color #8AB054: hue angle of 84.78º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8AB054 is Cyan = 0.22, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 138 | 176 | 84 | - |
| CMYK | 0.22 | 0 | 0.52 | 0.31 |
| HSL | 84.78º | 0.37% | 0.51% | - |
| HSV(B) | 84.78º | 0.52% | 0.69% | - |
| XYZ | 27.61 | 37.09 | 14.09 | - |
| YUV | 154.15 | 88.41 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 176 | 84 | 0.22 | 0 | 0.52 | 0.31 | 84.78 | 0.37 | 0.51 |
| Hex | 8A | B0 | 54 | 16 | 0 | 34 | 1F | 55 | 25 | 33 |
| Octal | 212 | 260 | 124 | 26 | 0 | 64 | 37 | 125 | 45 | 63 |
| Binary | 10001010 | 10110000 | 1010100 | 10110 | 0 | 110100 | 11111 | 1010101 | 100101 | 110011 |
Color Harmonies of #8AB054
Complementary color
Monochromatic Colors of #8AB054
Black with #8AB054
Text Example
Text Example
White with #8AB054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB054; }
p { color: rgb(138,176,84); }
H1.HeaderClassName
{
color: #8AB054;
}
.AnyTagClassName
{
color: #8AB054;
}
</style>
background-color css
<style>
a { background-color: #8AB054; }
a { background-color: rgb(138,176,84); }
div.DivClassName
{
background-color: #8AB054;
}
.BgClassName
{
background-color: #8AB054;
}
</style>
border-color css
<style>
span { border-color: #8AB054; }
span { border-color: rgb(138,176,84); }
td.TdClassName
{
border-color: #8AB054;
}
.TagClassName
{
border-color: #8AB054;
}
</style>