Shades of Green Smoke #A2BD5C
Tints of Green Smoke #A2BD5C
RGB
CMYK
RGB Variations
Color information
#A2BD5C (or 0xA2BD5C) is known color: Green Smoke. HEX triplet: A2, BD and 5C. RGB value is (162,189,92). Sum of RGB (Red+Green+Blue) = 162+189+92=443 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.57% from 443); Green value is 189 (74.22% from 255 or 42.66% from 443); Blue value is 92 (36.33% from 255 or 20.77% from 443); Max value from RGB is 189 - color contains mainly: green. Hex color #A2BD5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BD5C is #5D42A3. Grayscale: #AAAAAA. Windows color (decimal): -6111908 or 6077858. OLE color: 6077858.
HSL color Cylindrical-coordinate representation of color #A2BD5C: hue angle of 76.7º degrees, saturation: 0.42, 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 #A2BD5C is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 189 | 92 | - |
| CMYK | 0.14 | 0 | 0.51 | 0.26 |
| HSL | 76.7º | 0.42% | 0.55% | - |
| HSV(B) | 76.7º | 0.51% | 0.74% | - |
| XYZ | 35.03 | 44.85 | 16.94 | - |
| YUV | 169.87 | 84.05 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 189 | 92 | 0.14 | 0 | 0.51 | 0.26 | 76.7 | 0.42 | 0.55 |
| Hex | A2 | BD | 5C | E | 0 | 33 | 1A | 4D | 2A | 37 |
| Octal | 242 | 275 | 134 | 16 | 0 | 63 | 32 | 115 | 52 | 67 |
| Binary | 10100010 | 10111101 | 1011100 | 1110 | 0 | 110011 | 11010 | 1001101 | 101010 | 110111 |
Color Harmonies of #A2BD5C
Complementary color
Monochromatic Colors of #A2BD5C
Black with #A2BD5C
Text Example
Text Example
White with #A2BD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BD5C; }
p { color: rgb(162,189,92); }
H1.HeaderClassName
{
color: #A2BD5C;
}
.AnyTagClassName
{
color: #A2BD5C;
}
</style>
background-color css
<style>
a { background-color: #A2BD5C; }
a { background-color: rgb(162,189,92); }
div.DivClassName
{
background-color: #A2BD5C;
}
.BgClassName
{
background-color: #A2BD5C;
}
</style>
border-color css
<style>
span { border-color: #A2BD5C; }
span { border-color: rgb(162,189,92); }
td.TdClassName
{
border-color: #A2BD5C;
}
.TagClassName
{
border-color: #A2BD5C;
}
</style>