Shades of Green Smoke #A4B460
Tints of Green Smoke #A4B460
RGB
CMYK
RGB Variations
Color information
#A4B460 (or 0xA4B460) is known color: Green Smoke. HEX triplet: A4, B4 and 60. RGB value is (164,180,96). Sum of RGB (Red+Green+Blue) = 164+180+96=440 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.27% from 440); Green value is 180 (70.70% from 255 or 40.91% from 440); Blue value is 96 (37.89% from 255 or 21.82% from 440); Max value from RGB is 180 - color contains mainly: green. Hex color #A4B460 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B460 is #5B4B9F. Grayscale: #A5A5A5. Windows color (decimal): -5983136 or 6337700. OLE color: 6337700.
HSL color Cylindrical-coordinate representation of color #A4B460: hue angle of 71.43º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A4B460 is Cyan = 0.09, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 164 | 180 | 96 | - |
| CMYK | 0.09 | 0 | 0.47 | 0.29 |
| HSL | 71.43º | 0.36% | 0.54% | - |
| HSV(B) | 71.43º | 0.47% | 0.71% | - |
| XYZ | 33.74 | 41.38 | 17.27 | - |
| YUV | 165.64 | 88.7 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 180 | 96 | 0.09 | 0 | 0.47 | 0.29 | 71.43 | 0.36 | 0.54 |
| Hex | A4 | B4 | 60 | 9 | 0 | 2F | 1D | 47 | 24 | 36 |
| Octal | 244 | 264 | 140 | 11 | 0 | 57 | 35 | 107 | 44 | 66 |
| Binary | 10100100 | 10110100 | 1100000 | 1001 | 0 | 101111 | 11101 | 1000111 | 100100 | 110110 |
Color Harmonies of #A4B460
Complementary color
Monochromatic Colors of #A4B460
Black with #A4B460
Text Example
Text Example
White with #A4B460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B460; }
p { color: rgb(164,180,96); }
H1.HeaderClassName
{
color: #A4B460;
}
.AnyTagClassName
{
color: #A4B460;
}
</style>
background-color css
<style>
a { background-color: #A4B460; }
a { background-color: rgb(164,180,96); }
div.DivClassName
{
background-color: #A4B460;
}
.BgClassName
{
background-color: #A4B460;
}
</style>
border-color css
<style>
span { border-color: #A4B460; }
span { border-color: rgb(164,180,96); }
td.TdClassName
{
border-color: #A4B460;
}
.TagClassName
{
border-color: #A4B460;
}
</style>