Shades of Green Smoke #A4B152
Tints of Green Smoke #A4B152
RGB
CMYK
RGB Variations
Color information
#A4B152 (or 0xA4B152) is known color: Green Smoke. HEX triplet: A4, B1 and 52. RGB value is (164,177,82). Sum of RGB (Red+Green+Blue) = 164+177+82=423 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.77% from 423); Green value is 177 (69.53% from 255 or 41.84% from 423); Blue value is 82 (32.42% from 255 or 19.39% from 423); Max value from RGB is 177 - color contains mainly: green. Hex color #A4B152 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4B152 is #5B4EAD. Grayscale: #A2A2A2. Windows color (decimal): -5983918 or 5419428. OLE color: 5419428.
HSL color Cylindrical-coordinate representation of color #A4B152: hue angle of 68.21º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A4B152 is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 164 | 177 | 82 | - |
| CMYK | 0.07 | 0 | 0.54 | 0.31 |
| HSL | 68.21º | 0.38% | 0.51% | - |
| HSV(B) | 68.21º | 0.54% | 0.69% | - |
| XYZ | 32.55 | 39.95 | 13.98 | - |
| YUV | 162.28 | 82.69 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 177 | 82 | 0.07 | 0 | 0.54 | 0.31 | 68.21 | 0.38 | 0.51 |
| Hex | A4 | B1 | 52 | 7 | 0 | 36 | 1F | 44 | 26 | 33 |
| Octal | 244 | 261 | 122 | 7 | 0 | 66 | 37 | 104 | 46 | 63 |
| Binary | 10100100 | 10110001 | 1010010 | 111 | 0 | 110110 | 11111 | 1000100 | 100110 | 110011 |
Color Harmonies of #A4B152
Complementary color
Monochromatic Colors of #A4B152
Black with #A4B152
Text Example
Text Example
White with #A4B152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B152; }
p { color: rgb(164,177,82); }
H1.HeaderClassName
{
color: #A4B152;
}
.AnyTagClassName
{
color: #A4B152;
}
</style>
background-color css
<style>
a { background-color: #A4B152; }
a { background-color: rgb(164,177,82); }
div.DivClassName
{
background-color: #A4B152;
}
.BgClassName
{
background-color: #A4B152;
}
</style>
border-color css
<style>
span { border-color: #A4B152; }
span { border-color: rgb(164,177,82); }
td.TdClassName
{
border-color: #A4B152;
}
.TagClassName
{
border-color: #A4B152;
}
</style>