Shades of Green Smoke #A3B25F
Tints of Green Smoke #A3B25F
RGB
CMYK
RGB Variations
Color information
#A3B25F (or 0xA3B25F) is known color: Green Smoke. HEX triplet: A3, B2 and 5F. RGB value is (163,178,95). Sum of RGB (Red+Green+Blue) = 163+178+95=436 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.39% from 436); Green value is 178 (69.92% from 255 or 40.83% from 436); Blue value is 95 (37.5% from 255 or 21.79% from 436); Max value from RGB is 178 - color contains mainly: green. Hex color #A3B25F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3B25F is #5C4DA0. Grayscale: #A4A4A4. Windows color (decimal): -6049185 or 6271651. OLE color: 6271651.
HSL color Cylindrical-coordinate representation of color #A3B25F: hue angle of 70.84º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A3B25F is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 163 | 178 | 95 | - |
| CMYK | 0.08 | 0 | 0.47 | 0.30 |
| HSL | 70.84º | 0.35% | 0.54% | - |
| HSV(B) | 70.84º | 0.47% | 0.7% | - |
| XYZ | 33.09 | 40.45 | 16.89 | - |
| YUV | 164.05 | 89.03 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 178 | 95 | 0.08 | 0 | 0.47 | 0.30 | 70.84 | 0.35 | 0.54 |
| Hex | A3 | B2 | 5F | 8 | 0 | 2F | 1E | 47 | 23 | 36 |
| Octal | 243 | 262 | 137 | 10 | 0 | 57 | 36 | 107 | 43 | 66 |
| Binary | 10100011 | 10110010 | 1011111 | 1000 | 0 | 101111 | 11110 | 1000111 | 100011 | 110110 |
Color Harmonies of #A3B25F
Complementary color
Monochromatic Colors of #A3B25F
Black with #A3B25F
Text Example
Text Example
White with #A3B25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B25F; }
p { color: rgb(163,178,95); }
H1.HeaderClassName
{
color: #A3B25F;
}
.AnyTagClassName
{
color: #A3B25F;
}
</style>
background-color css
<style>
a { background-color: #A3B25F; }
a { background-color: rgb(163,178,95); }
div.DivClassName
{
background-color: #A3B25F;
}
.BgClassName
{
background-color: #A3B25F;
}
</style>
border-color css
<style>
span { border-color: #A3B25F; }
span { border-color: rgb(163,178,95); }
td.TdClassName
{
border-color: #A3B25F;
}
.TagClassName
{
border-color: #A3B25F;
}
</style>