Shades of Green Smoke #A4B16F
Tints of Green Smoke #A4B16F
RGB
CMYK
RGB Variations
Color information
#A4B16F (or 0xA4B16F) is known color: Green Smoke. HEX triplet: A4, B1 and 6F. RGB value is (164,177,111). Sum of RGB (Red+Green+Blue) = 164+177+111=452 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.28% from 452); Green value is 177 (69.53% from 255 or 39.16% from 452); Blue value is 111 (43.75% from 255 or 24.56% from 452); Max value from RGB is 177 - color contains mainly: green. Hex color #A4B16F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4B16F is #5B4E90. Grayscale: #A5A5A5. Windows color (decimal): -5983889 or 7319972. OLE color: 7319972.
HSL color Cylindrical-coordinate representation of color #A4B16F: hue angle of 71.82º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A4B16F is Cyan = 0.07, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 164 | 177 | 111 | - |
| CMYK | 0.07 | 0 | 0.37 | 0.31 |
| HSL | 71.82º | 0.3% | 0.56% | - |
| HSV(B) | 71.82º | 0.37% | 0.69% | - |
| XYZ | 33.9 | 40.48 | 21.07 | - |
| YUV | 165.59 | 97.19 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 177 | 111 | 0.07 | 0 | 0.37 | 0.31 | 71.82 | 0.3 | 0.56 |
| Hex | A4 | B1 | 6F | 7 | 0 | 25 | 1F | 48 | 1E | 38 |
| Octal | 244 | 261 | 157 | 7 | 0 | 45 | 37 | 110 | 36 | 70 |
| Binary | 10100100 | 10110001 | 1101111 | 111 | 0 | 100101 | 11111 | 1001000 | 11110 | 111000 |
Color Harmonies of #A4B16F
Complementary color
Monochromatic Colors of #A4B16F
Black with #A4B16F
Text Example
Text Example
White with #A4B16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B16F; }
p { color: rgb(164,177,111); }
H1.HeaderClassName
{
color: #A4B16F;
}
.AnyTagClassName
{
color: #A4B16F;
}
</style>
background-color css
<style>
a { background-color: #A4B16F; }
a { background-color: rgb(164,177,111); }
div.DivClassName
{
background-color: #A4B16F;
}
.BgClassName
{
background-color: #A4B16F;
}
</style>
border-color css
<style>
span { border-color: #A4B16F; }
span { border-color: rgb(164,177,111); }
td.TdClassName
{
border-color: #A4B16F;
}
.TagClassName
{
border-color: #A4B16F;
}
</style>