Shades of Green Smoke #A1B452
Tints of Green Smoke #A1B452
RGB
CMYK
RGB Variations
Color information
#A1B452 (or 0xA1B452) is known color: Green Smoke. HEX triplet: A1, B4 and 52. RGB value is (161,180,82). Sum of RGB (Red+Green+Blue) = 161+180+82=423 (56% of max value = 765). Red value is 161 (63.28% from 255 or 38.06% from 423); Green value is 180 (70.70% from 255 or 42.55% from 423); Blue value is 82 (32.42% from 255 or 19.39% from 423); Max value from RGB is 180 - color contains mainly: green. Hex color #A1B452 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B452 is #5E4BAD. Grayscale: #A3A3A3. Windows color (decimal): -6179758 or 5420193. OLE color: 5420193.
HSL color Cylindrical-coordinate representation of color #A1B452: hue angle of 71.63º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A1B452 is Cyan = 0.11, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 180 | 82 | - |
| CMYK | 0.11 | 0 | 0.54 | 0.29 |
| HSL | 71.63º | 0.4% | 0.51% | - |
| HSV(B) | 71.63º | 0.54% | 0.71% | - |
| XYZ | 32.54 | 40.83 | 14.15 | - |
| YUV | 163.15 | 82.21 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 180 | 82 | 0.11 | 0 | 0.54 | 0.29 | 71.63 | 0.4 | 0.51 |
| Hex | A1 | B4 | 52 | B | 0 | 36 | 1D | 48 | 28 | 33 |
| Octal | 241 | 264 | 122 | 13 | 0 | 66 | 35 | 110 | 50 | 63 |
| Binary | 10100001 | 10110100 | 1010010 | 1011 | 0 | 110110 | 11101 | 1001000 | 101000 | 110011 |
Color Harmonies of #A1B452
Complementary color
Monochromatic Colors of #A1B452
Black with #A1B452
Text Example
Text Example
White with #A1B452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B452; }
p { color: rgb(161,180,82); }
H1.HeaderClassName
{
color: #A1B452;
}
.AnyTagClassName
{
color: #A1B452;
}
</style>
background-color css
<style>
a { background-color: #A1B452; }
a { background-color: rgb(161,180,82); }
div.DivClassName
{
background-color: #A1B452;
}
.BgClassName
{
background-color: #A1B452;
}
</style>
border-color css
<style>
span { border-color: #A1B452; }
span { border-color: rgb(161,180,82); }
td.TdClassName
{
border-color: #A1B452;
}
.TagClassName
{
border-color: #A1B452;
}
</style>