Shades of Green Smoke #A0BB5D
Tints of Green Smoke #A0BB5D
RGB
CMYK
RGB Variations
Color information
#A0BB5D (or 0xA0BB5D) is known color: Green Smoke. HEX triplet: A0, BB and 5D. RGB value is (160,187,93). Sum of RGB (Red+Green+Blue) = 160+187+93=440 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.36% from 440); Green value is 187 (73.44% from 255 or 42.5% from 440); Blue value is 93 (36.72% from 255 or 21.14% from 440); Max value from RGB is 187 - color contains mainly: green. Hex color #A0BB5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BB5D is #5F44A2. Grayscale: #A8A8A8. Windows color (decimal): -6243491 or 6142880. OLE color: 6142880.
HSL color Cylindrical-coordinate representation of color #A0BB5D: hue angle of 77.23º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A0BB5D is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 187 | 93 | - |
| CMYK | 0.14 | 0 | 0.50 | 0.27 |
| HSL | 77.23º | 0.41% | 0.55% | - |
| HSV(B) | 77.23º | 0.5% | 0.73% | - |
| XYZ | 34.24 | 43.8 | 17.01 | - |
| YUV | 168.21 | 85.55 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 187 | 93 | 0.14 | 0 | 0.50 | 0.27 | 77.23 | 0.41 | 0.55 |
| Hex | A0 | BB | 5D | E | 0 | 32 | 1B | 4D | 29 | 37 |
| Octal | 240 | 273 | 135 | 16 | 0 | 62 | 33 | 115 | 51 | 67 |
| Binary | 10100000 | 10111011 | 1011101 | 1110 | 0 | 110010 | 11011 | 1001101 | 101001 | 110111 |
Color Harmonies of #A0BB5D
Complementary color
Monochromatic Colors of #A0BB5D
Black with #A0BB5D
Text Example
Text Example
White with #A0BB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BB5D; }
p { color: rgb(160,187,93); }
H1.HeaderClassName
{
color: #A0BB5D;
}
.AnyTagClassName
{
color: #A0BB5D;
}
</style>
background-color css
<style>
a { background-color: #A0BB5D; }
a { background-color: rgb(160,187,93); }
div.DivClassName
{
background-color: #A0BB5D;
}
.BgClassName
{
background-color: #A0BB5D;
}
</style>
border-color css
<style>
span { border-color: #A0BB5D; }
span { border-color: rgb(160,187,93); }
td.TdClassName
{
border-color: #A0BB5D;
}
.TagClassName
{
border-color: #A0BB5D;
}
</style>