Shades of Green Smoke #A3B252
Tints of Green Smoke #A3B252
RGB
CMYK
RGB Variations
Color information
#A3B252 (or 0xA3B252) is known color: Green Smoke. HEX triplet: A3, B2 and 52. RGB value is (163,178,82). Sum of RGB (Red+Green+Blue) = 163+178+82=423 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.53% from 423); Green value is 178 (69.92% from 255 or 42.08% from 423); Blue value is 82 (32.42% from 255 or 19.39% from 423); Max value from RGB is 178 - color contains mainly: green. Hex color #A3B252 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3B252 is #5C4DAD. Grayscale: #A2A2A2. Windows color (decimal): -6049198 or 5419683. OLE color: 5419683.
HSL color Cylindrical-coordinate representation of color #A3B252: hue angle of 69.38º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A3B252 is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 163 | 178 | 82 | - |
| CMYK | 0.08 | 0 | 0.54 | 0.30 |
| HSL | 69.38º | 0.38% | 0.51% | - |
| HSV(B) | 69.38º | 0.54% | 0.7% | - |
| XYZ | 32.55 | 40.24 | 14.03 | - |
| YUV | 162.57 | 82.53 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 178 | 82 | 0.08 | 0 | 0.54 | 0.30 | 69.38 | 0.38 | 0.51 |
| Hex | A3 | B2 | 52 | 8 | 0 | 36 | 1E | 45 | 26 | 33 |
| Octal | 243 | 262 | 122 | 10 | 0 | 66 | 36 | 105 | 46 | 63 |
| Binary | 10100011 | 10110010 | 1010010 | 1000 | 0 | 110110 | 11110 | 1000101 | 100110 | 110011 |
Color Harmonies of #A3B252
Complementary color
Monochromatic Colors of #A3B252
Black with #A3B252
Text Example
Text Example
White with #A3B252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B252; }
p { color: rgb(163,178,82); }
H1.HeaderClassName
{
color: #A3B252;
}
.AnyTagClassName
{
color: #A3B252;
}
</style>
background-color css
<style>
a { background-color: #A3B252; }
a { background-color: rgb(163,178,82); }
div.DivClassName
{
background-color: #A3B252;
}
.BgClassName
{
background-color: #A3B252;
}
</style>
border-color css
<style>
span { border-color: #A3B252; }
span { border-color: rgb(163,178,82); }
td.TdClassName
{
border-color: #A3B252;
}
.TagClassName
{
border-color: #A3B252;
}
</style>