Shades of Green Smoke #A3B15A
Tints of Green Smoke #A3B15A
RGB
CMYK
RGB Variations
Color information
#A3B15A (or 0xA3B15A) is known color: Green Smoke. HEX triplet: A3, B1 and 5A. RGB value is (163,177,90). Sum of RGB (Red+Green+Blue) = 163+177+90=430 (56% of max value = 765). Red value is 163 (64.06% from 255 or 37.91% from 430); Green value is 177 (69.53% from 255 or 41.16% from 430); Blue value is 90 (35.55% from 255 or 20.93% from 430); Max value from RGB is 177 - color contains mainly: green. Hex color #A3B15A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3B15A is #5C4EA5. Grayscale: #A3A3A3. Windows color (decimal): -6049446 or 5943715. OLE color: 5943715.
HSL color Cylindrical-coordinate representation of color #A3B15A: hue angle of 69.66º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A3B15A is Cyan = 0.08, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 177 | 90 | - |
| CMYK | 0.08 | 0 | 0.49 | 0.31 |
| HSL | 69.66º | 0.36% | 0.52% | - |
| HSV(B) | 69.66º | 0.49% | 0.69% | - |
| XYZ | 32.67 | 39.97 | 15.67 | - |
| YUV | 162.9 | 86.86 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 177 | 90 | 0.08 | 0 | 0.49 | 0.31 | 69.66 | 0.36 | 0.52 |
| Hex | A3 | B1 | 5A | 8 | 0 | 31 | 1F | 46 | 24 | 34 |
| Octal | 243 | 261 | 132 | 10 | 0 | 61 | 37 | 106 | 44 | 64 |
| Binary | 10100011 | 10110001 | 1011010 | 1000 | 0 | 110001 | 11111 | 1000110 | 100100 | 110100 |
Color Harmonies of #A3B15A
Complementary color
Monochromatic Colors of #A3B15A
Black with #A3B15A
Text Example
Text Example
White with #A3B15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B15A; }
p { color: rgb(163,177,90); }
H1.HeaderClassName
{
color: #A3B15A;
}
.AnyTagClassName
{
color: #A3B15A;
}
</style>
background-color css
<style>
a { background-color: #A3B15A; }
a { background-color: rgb(163,177,90); }
div.DivClassName
{
background-color: #A3B15A;
}
.BgClassName
{
background-color: #A3B15A;
}
</style>
border-color css
<style>
span { border-color: #A3B15A; }
span { border-color: rgb(163,177,90); }
td.TdClassName
{
border-color: #A3B15A;
}
.TagClassName
{
border-color: #A3B15A;
}
</style>