Shades of Chelsea Cucumber #8AB047
Tints of Chelsea Cucumber #8AB047
RGB
CMYK
RGB Variations
Color information
#8AB047 (or 0x8AB047) is known color: Chelsea Cucumber. HEX triplet: 8A, B0 and 47. RGB value is (138,176,71). Sum of RGB (Red+Green+Blue) = 138+176+71=385 (50% of max value = 765). Red value is 138 (54.30% from 255 or 35.84% from 385); Green value is 176 (69.14% from 255 or 45.71% from 385); Blue value is 71 (28.12% from 255 or 18.44% from 385); Max value from RGB is 176 - color contains mainly: green. Hex color #8AB047 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AB047 is #754FB8. Grayscale: #999999. Windows color (decimal): -7688121 or 4698250. OLE color: 4698250.
HSL color Cylindrical-coordinate representation of color #8AB047: hue angle of 81.71º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8AB047 is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 138 | 176 | 71 | - |
| CMYK | 0.22 | 0 | 0.60 | 0.31 |
| HSL | 81.71º | 0.43% | 0.48% | - |
| HSV(B) | 81.71º | 0.6% | 0.69% | - |
| XYZ | 27.14 | 36.91 | 11.65 | - |
| YUV | 152.67 | 81.91 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 176 | 71 | 0.22 | 0 | 0.60 | 0.31 | 81.71 | 0.43 | 0.48 |
| Hex | 8A | B0 | 47 | 16 | 0 | 3C | 1F | 52 | 2B | 30 |
| Octal | 212 | 260 | 107 | 26 | 0 | 74 | 37 | 122 | 53 | 60 |
| Binary | 10001010 | 10110000 | 1000111 | 10110 | 0 | 111100 | 11111 | 1010010 | 101011 | 110000 |
Color Harmonies of #8AB047
Complementary color
Monochromatic Colors of #8AB047
Black with #8AB047
Text Example
Text Example
White with #8AB047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB047; }
p { color: rgb(138,176,71); }
H1.HeaderClassName
{
color: #8AB047;
}
.AnyTagClassName
{
color: #8AB047;
}
</style>
background-color css
<style>
a { background-color: #8AB047; }
a { background-color: rgb(138,176,71); }
div.DivClassName
{
background-color: #8AB047;
}
.BgClassName
{
background-color: #8AB047;
}
</style>
border-color css
<style>
span { border-color: #8AB047; }
span { border-color: rgb(138,176,71); }
td.TdClassName
{
border-color: #8AB047;
}
.TagClassName
{
border-color: #8AB047;
}
</style>