Shades of Green Smoke #A3B152
Tints of Green Smoke #A3B152
RGB
CMYK
RGB Variations
Color information
#A3B152 (or 0xA3B152) is known color: Green Smoke. HEX triplet: A3, B1 and 52. RGB value is (163,177,82). Sum of RGB (Red+Green+Blue) = 163+177+82=422 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.63% from 422); Green value is 177 (69.53% from 255 or 41.94% from 422); Blue value is 82 (32.42% from 255 or 19.43% from 422); Max value from RGB is 177 - color contains mainly: green. Hex color #A3B152 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3B152 is #5C4EAD. Grayscale: #A2A2A2. Windows color (decimal): -6049454 or 5419427. OLE color: 5419427.
HSL color Cylindrical-coordinate representation of color #A3B152: hue angle of 68.84º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A3B152 is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 177 | 82 | - |
| CMYK | 0.08 | 0 | 0.54 | 0.31 |
| HSL | 68.84º | 0.38% | 0.51% | - |
| HSV(B) | 68.84º | 0.54% | 0.69% | - |
| XYZ | 32.35 | 39.84 | 13.97 | - |
| YUV | 161.98 | 82.86 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 177 | 82 | 0.08 | 0 | 0.54 | 0.31 | 68.84 | 0.38 | 0.51 |
| Hex | A3 | B1 | 52 | 8 | 0 | 36 | 1F | 45 | 26 | 33 |
| Octal | 243 | 261 | 122 | 10 | 0 | 66 | 37 | 105 | 46 | 63 |
| Binary | 10100011 | 10110001 | 1010010 | 1000 | 0 | 110110 | 11111 | 1000101 | 100110 | 110011 |
Color Harmonies of #A3B152
Complementary color
Monochromatic Colors of #A3B152
Black with #A3B152
Text Example
Text Example
White with #A3B152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B152; }
p { color: rgb(163,177,82); }
H1.HeaderClassName
{
color: #A3B152;
}
.AnyTagClassName
{
color: #A3B152;
}
</style>
background-color css
<style>
a { background-color: #A3B152; }
a { background-color: rgb(163,177,82); }
div.DivClassName
{
background-color: #A3B152;
}
.BgClassName
{
background-color: #A3B152;
}
</style>
border-color css
<style>
span { border-color: #A3B152; }
span { border-color: rgb(163,177,82); }
td.TdClassName
{
border-color: #A3B152;
}
.TagClassName
{
border-color: #A3B152;
}
</style>