Shades of Green Smoke #A4B65F
Tints of Green Smoke #A4B65F
RGB
CMYK
RGB Variations
Color information
#A4B65F (or 0xA4B65F) is known color: Green Smoke. HEX triplet: A4, B6 and 5F. RGB value is (164,182,95). Sum of RGB (Red+Green+Blue) = 164+182+95=441 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.19% from 441); Green value is 182 (71.48% from 255 or 41.27% from 441); Blue value is 95 (37.5% from 255 or 21.54% from 441); Max value from RGB is 182 - color contains mainly: green. Hex color #A4B65F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B65F is #5B49A0. Grayscale: #A7A7A7. Windows color (decimal): -5982625 or 6272676. OLE color: 6272676.
HSL color Cylindrical-coordinate representation of color #A4B65F: hue angle of 72.41º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A4B65F is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 164 | 182 | 95 | - |
| CMYK | 0.10 | 0 | 0.48 | 0.29 |
| HSL | 72.41º | 0.37% | 0.54% | - |
| HSV(B) | 72.41º | 0.48% | 0.71% | - |
| XYZ | 34.1 | 42.17 | 17.17 | - |
| YUV | 166.7 | 87.54 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 182 | 95 | 0.10 | 0 | 0.48 | 0.29 | 72.41 | 0.37 | 0.54 |
| Hex | A4 | B6 | 5F | A | 0 | 30 | 1D | 48 | 25 | 36 |
| Octal | 244 | 266 | 137 | 12 | 0 | 60 | 35 | 110 | 45 | 66 |
| Binary | 10100100 | 10110110 | 1011111 | 1010 | 0 | 110000 | 11101 | 1001000 | 100101 | 110110 |
Color Harmonies of #A4B65F
Complementary color
Monochromatic Colors of #A4B65F
Black with #A4B65F
Text Example
Text Example
White with #A4B65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B65F; }
p { color: rgb(164,182,95); }
H1.HeaderClassName
{
color: #A4B65F;
}
.AnyTagClassName
{
color: #A4B65F;
}
</style>
background-color css
<style>
a { background-color: #A4B65F; }
a { background-color: rgb(164,182,95); }
div.DivClassName
{
background-color: #A4B65F;
}
.BgClassName
{
background-color: #A4B65F;
}
</style>
border-color css
<style>
span { border-color: #A4B65F; }
span { border-color: rgb(164,182,95); }
td.TdClassName
{
border-color: #A4B65F;
}
.TagClassName
{
border-color: #A4B65F;
}
</style>