Shades of Chelsea Cucumber #8AB149
Tints of Chelsea Cucumber #8AB149
RGB
CMYK
RGB Variations
Color information
#8AB149 (or 0x8AB149) is known color: Chelsea Cucumber. HEX triplet: 8A, B1 and 49. RGB value is (138,177,73). Sum of RGB (Red+Green+Blue) = 138+177+73=388 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.57% from 388); Green value is 177 (69.53% from 255 or 45.62% from 388); Blue value is 73 (28.91% from 255 or 18.81% from 388); Max value from RGB is 177 - color contains mainly: green. Hex color #8AB149 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AB149 is #754EB6. Grayscale: #999999. Windows color (decimal): -7687863 or 4829578. OLE color: 4829578.
HSL color Cylindrical-coordinate representation of color #8AB149: hue angle of 82.5º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8AB149 is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 138 | 177 | 73 | - |
| CMYK | 0.22 | 0 | 0.59 | 0.31 |
| HSL | 82.5º | 0.42% | 0.49% | - |
| HSV(B) | 82.5º | 0.59% | 0.69% | - |
| XYZ | 27.41 | 37.33 | 12.06 | - |
| YUV | 153.48 | 82.58 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 177 | 73 | 0.22 | 0 | 0.59 | 0.31 | 82.5 | 0.42 | 0.49 |
| Hex | 8A | B1 | 49 | 16 | 0 | 3B | 1F | 52 | 2A | 31 |
| Octal | 212 | 261 | 111 | 26 | 0 | 73 | 37 | 122 | 52 | 61 |
| Binary | 10001010 | 10110001 | 1001001 | 10110 | 0 | 111011 | 11111 | 1010010 | 101010 | 110001 |
Color Harmonies of #8AB149
Complementary color
Monochromatic Colors of #8AB149
Black with #8AB149
Text Example
Text Example
White with #8AB149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB149; }
p { color: rgb(138,177,73); }
H1.HeaderClassName
{
color: #8AB149;
}
.AnyTagClassName
{
color: #8AB149;
}
</style>
background-color css
<style>
a { background-color: #8AB149; }
a { background-color: rgb(138,177,73); }
div.DivClassName
{
background-color: #8AB149;
}
.BgClassName
{
background-color: #8AB149;
}
</style>
border-color css
<style>
span { border-color: #8AB149; }
span { border-color: rgb(138,177,73); }
td.TdClassName
{
border-color: #8AB149;
}
.TagClassName
{
border-color: #8AB149;
}
</style>