Shades of Green Smoke #A4B361
Tints of Green Smoke #A4B361
RGB
CMYK
RGB Variations
Color information
#A4B361 (or 0xA4B361) is known color: Green Smoke. HEX triplet: A4, B3 and 61. RGB value is (164,179,97). Sum of RGB (Red+Green+Blue) = 164+179+97=440 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.27% from 440); Green value is 179 (70.31% from 255 or 40.68% from 440); Blue value is 97 (38.28% from 255 or 22.05% from 440); Max value from RGB is 179 - color contains mainly: green. Hex color #A4B361 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B361 is #5B4C9E. Grayscale: #A5A5A5. Windows color (decimal): -5983391 or 6402980. OLE color: 6402980.
HSL color Cylindrical-coordinate representation of color #A4B361: hue angle of 70.98º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A4B361 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 164 | 179 | 97 | - |
| CMYK | 0.08 | 0 | 0.46 | 0.30 |
| HSL | 70.98º | 0.35% | 0.54% | - |
| HSV(B) | 70.98º | 0.46% | 0.7% | - |
| XYZ | 33.59 | 41 | 17.45 | - |
| YUV | 165.17 | 89.53 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 179 | 97 | 0.08 | 0 | 0.46 | 0.30 | 70.98 | 0.35 | 0.54 |
| Hex | A4 | B3 | 61 | 8 | 0 | 2E | 1E | 47 | 23 | 36 |
| Octal | 244 | 263 | 141 | 10 | 0 | 56 | 36 | 107 | 43 | 66 |
| Binary | 10100100 | 10110011 | 1100001 | 1000 | 0 | 101110 | 11110 | 1000111 | 100011 | 110110 |
Color Harmonies of #A4B361
Complementary color
Monochromatic Colors of #A4B361
Black with #A4B361
Text Example
Text Example
White with #A4B361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B361; }
p { color: rgb(164,179,97); }
H1.HeaderClassName
{
color: #A4B361;
}
.AnyTagClassName
{
color: #A4B361;
}
</style>
background-color css
<style>
a { background-color: #A4B361; }
a { background-color: rgb(164,179,97); }
div.DivClassName
{
background-color: #A4B361;
}
.BgClassName
{
background-color: #A4B361;
}
</style>
border-color css
<style>
span { border-color: #A4B361; }
span { border-color: rgb(164,179,97); }
td.TdClassName
{
border-color: #A4B361;
}
.TagClassName
{
border-color: #A4B361;
}
</style>