Shades of Green Smoke #A4B155
Tints of Green Smoke #A4B155
RGB
CMYK
RGB Variations
Color information
#A4B155 (or 0xA4B155) is known color: Green Smoke. HEX triplet: A4, B1 and 55. RGB value is (164,177,85). Sum of RGB (Red+Green+Blue) = 164+177+85=426 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.50% from 426); Green value is 177 (69.53% from 255 or 41.55% from 426); Blue value is 85 (33.59% from 255 or 19.95% from 426); Max value from RGB is 177 - color contains mainly: green. Hex color #A4B155 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4B155 is #5B4EAA. Grayscale: #A2A2A2. Windows color (decimal): -5983915 or 5616036. OLE color: 5616036.
HSL color Cylindrical-coordinate representation of color #A4B155: hue angle of 68.48º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A4B155 is Cyan = 0.07, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 164 | 177 | 85 | - |
| CMYK | 0.07 | 0 | 0.52 | 0.31 |
| HSL | 68.48º | 0.37% | 0.51% | - |
| HSV(B) | 68.48º | 0.52% | 0.69% | - |
| XYZ | 32.67 | 39.99 | 14.59 | - |
| YUV | 162.63 | 84.19 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 177 | 85 | 0.07 | 0 | 0.52 | 0.31 | 68.48 | 0.37 | 0.51 |
| Hex | A4 | B1 | 55 | 7 | 0 | 34 | 1F | 44 | 25 | 33 |
| Octal | 244 | 261 | 125 | 7 | 0 | 64 | 37 | 104 | 45 | 63 |
| Binary | 10100100 | 10110001 | 1010101 | 111 | 0 | 110100 | 11111 | 1000100 | 100101 | 110011 |
Color Harmonies of #A4B155
Complementary color
Monochromatic Colors of #A4B155
Black with #A4B155
Text Example
Text Example
White with #A4B155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B155; }
p { color: rgb(164,177,85); }
H1.HeaderClassName
{
color: #A4B155;
}
.AnyTagClassName
{
color: #A4B155;
}
</style>
background-color css
<style>
a { background-color: #A4B155; }
a { background-color: rgb(164,177,85); }
div.DivClassName
{
background-color: #A4B155;
}
.BgClassName
{
background-color: #A4B155;
}
</style>
border-color css
<style>
span { border-color: #A4B155; }
span { border-color: rgb(164,177,85); }
td.TdClassName
{
border-color: #A4B155;
}
.TagClassName
{
border-color: #A4B155;
}
</style>