Shades of Green Smoke #A1BC5D
Tints of Green Smoke #A1BC5D
RGB
CMYK
RGB Variations
Color information
#A1BC5D (or 0xA1BC5D) is known color: Green Smoke. HEX triplet: A1, BC and 5D. RGB value is (161,188,93). Sum of RGB (Red+Green+Blue) = 161+188+93=442 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.43% from 442); Green value is 188 (73.83% from 255 or 42.53% from 442); Blue value is 93 (36.72% from 255 or 21.04% from 442); Max value from RGB is 188 - color contains mainly: green. Hex color #A1BC5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1BC5D is #5E43A2. Grayscale: #A9A9A9. Windows color (decimal): -6177699 or 6143137. OLE color: 6143137.
HSL color Cylindrical-coordinate representation of color #A1BC5D: hue angle of 77.05º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A1BC5D is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 188 | 93 | - |
| CMYK | 0.14 | 0 | 0.51 | 0.26 |
| HSL | 77.05º | 0.41% | 0.55% | - |
| HSV(B) | 77.05º | 0.51% | 0.74% | - |
| XYZ | 34.66 | 44.33 | 17.09 | - |
| YUV | 169.1 | 85.05 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 188 | 93 | 0.14 | 0 | 0.51 | 0.26 | 77.05 | 0.41 | 0.55 |
| Hex | A1 | BC | 5D | E | 0 | 33 | 1A | 4D | 29 | 37 |
| Octal | 241 | 274 | 135 | 16 | 0 | 63 | 32 | 115 | 51 | 67 |
| Binary | 10100001 | 10111100 | 1011101 | 1110 | 0 | 110011 | 11010 | 1001101 | 101001 | 110111 |
Color Harmonies of #A1BC5D
Complementary color
Monochromatic Colors of #A1BC5D
Black with #A1BC5D
Text Example
Text Example
White with #A1BC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BC5D; }
p { color: rgb(161,188,93); }
H1.HeaderClassName
{
color: #A1BC5D;
}
.AnyTagClassName
{
color: #A1BC5D;
}
</style>
background-color css
<style>
a { background-color: #A1BC5D; }
a { background-color: rgb(161,188,93); }
div.DivClassName
{
background-color: #A1BC5D;
}
.BgClassName
{
background-color: #A1BC5D;
}
</style>
border-color css
<style>
span { border-color: #A1BC5D; }
span { border-color: rgb(161,188,93); }
td.TdClassName
{
border-color: #A1BC5D;
}
.TagClassName
{
border-color: #A1BC5D;
}
</style>