Shades of Chelsea Cucumber #8AB046
Tints of Chelsea Cucumber #8AB046
RGB
CMYK
RGB Variations
Color information
#8AB046 (or 0x8AB046) is known color: Chelsea Cucumber. HEX triplet: 8A, B0 and 46. RGB value is (138,176,70). Sum of RGB (Red+Green+Blue) = 138+176+70=384 (50% of max value = 765). Red value is 138 (54.30% from 255 or 35.94% from 384); Green value is 176 (69.14% from 255 or 45.83% from 384); Blue value is 70 (27.73% from 255 or 18.23% from 384); Max value from RGB is 176 - color contains mainly: green. Hex color #8AB046 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AB046 is #754FB9. Grayscale: #989898. Windows color (decimal): -7688122 or 4632714. OLE color: 4632714.
HSL color Cylindrical-coordinate representation of color #8AB046: hue angle of 81.51º 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 #8AB046 is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 138 | 176 | 70 | - |
| CMYK | 0.22 | 0 | 0.60 | 0.31 |
| HSL | 81.51º | 0.43% | 0.48% | - |
| HSV(B) | 81.51º | 0.6% | 0.69% | - |
| XYZ | 27.11 | 36.9 | 11.49 | - |
| YUV | 152.55 | 81.41 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 176 | 70 | 0.22 | 0 | 0.60 | 0.31 | 81.51 | 0.43 | 0.48 |
| Hex | 8A | B0 | 46 | 16 | 0 | 3C | 1F | 52 | 2B | 30 |
| Octal | 212 | 260 | 106 | 26 | 0 | 74 | 37 | 122 | 53 | 60 |
| Binary | 10001010 | 10110000 | 1000110 | 10110 | 0 | 111100 | 11111 | 1010010 | 101011 | 110000 |
Color Harmonies of #8AB046
Complementary color
Monochromatic Colors of #8AB046
Black with #8AB046
Text Example
Text Example
White with #8AB046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB046; }
p { color: rgb(138,176,70); }
H1.HeaderClassName
{
color: #8AB046;
}
.AnyTagClassName
{
color: #8AB046;
}
</style>
background-color css
<style>
a { background-color: #8AB046; }
a { background-color: rgb(138,176,70); }
div.DivClassName
{
background-color: #8AB046;
}
.BgClassName
{
background-color: #8AB046;
}
</style>
border-color css
<style>
span { border-color: #8AB046; }
span { border-color: rgb(138,176,70); }
td.TdClassName
{
border-color: #8AB046;
}
.TagClassName
{
border-color: #8AB046;
}
</style>