Shades of Green Smoke #A8B46D
Tints of Green Smoke #A8B46D
RGB
CMYK
RGB Variations
Color information
#A8B46D (or 0xA8B46D) is known color: Green Smoke. HEX triplet: A8, B4 and 6D. RGB value is (168,180,109). Sum of RGB (Red+Green+Blue) = 168+180+109=457 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.76% from 457); Green value is 180 (70.70% from 255 or 39.39% from 457); Blue value is 109 (42.97% from 255 or 23.85% from 457); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B46D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B46D is #574B92. Grayscale: #A8A8A8. Windows color (decimal): -5720979 or 7189672. OLE color: 7189672.
HSL color Cylindrical-coordinate representation of color #A8B46D: hue angle of 70.14º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A8B46D is Cyan = 0.07, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 180 | 109 | - |
| CMYK | 0.07 | 0 | 0.39 | 0.29 |
| HSL | 70.14º | 0.32% | 0.57% | - |
| HSV(B) | 70.14º | 0.39% | 0.71% | - |
| XYZ | 35.23 | 42.07 | 20.73 | - |
| YUV | 168.32 | 94.52 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 180 | 109 | 0.07 | 0 | 0.39 | 0.29 | 70.14 | 0.32 | 0.57 |
| Hex | A8 | B4 | 6D | 7 | 0 | 27 | 1D | 46 | 20 | 39 |
| Octal | 250 | 264 | 155 | 7 | 0 | 47 | 35 | 106 | 40 | 71 |
| Binary | 10101000 | 10110100 | 1101101 | 111 | 0 | 100111 | 11101 | 1000110 | 100000 | 111001 |
Color Harmonies of #A8B46D
Complementary color
Monochromatic Colors of #A8B46D
Black with #A8B46D
Text Example
Text Example
White with #A8B46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B46D; }
p { color: rgb(168,180,109); }
H1.HeaderClassName
{
color: #A8B46D;
}
.AnyTagClassName
{
color: #A8B46D;
}
</style>
background-color css
<style>
a { background-color: #A8B46D; }
a { background-color: rgb(168,180,109); }
div.DivClassName
{
background-color: #A8B46D;
}
.BgClassName
{
background-color: #A8B46D;
}
</style>
border-color css
<style>
span { border-color: #A8B46D; }
span { border-color: rgb(168,180,109); }
td.TdClassName
{
border-color: #A8B46D;
}
.TagClassName
{
border-color: #A8B46D;
}
</style>