Shades of Green Smoke #A8B46C
Tints of Green Smoke #A8B46C
RGB
CMYK
RGB Variations
Color information
#A8B46C (or 0xA8B46C) is known color: Green Smoke. HEX triplet: A8, B4 and 6C. RGB value is (168,180,108). Sum of RGB (Red+Green+Blue) = 168+180+108=456 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.84% from 456); Green value is 180 (70.70% from 255 or 39.47% from 456); Blue value is 108 (42.58% from 255 or 23.68% from 456); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B46C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B46C is #574B93. Grayscale: #A8A8A8. Windows color (decimal): -5720980 or 7124136. OLE color: 7124136.
HSL color Cylindrical-coordinate representation of color #A8B46C: hue angle of 70º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A8B46C is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 180 | 108 | - |
| CMYK | 0.07 | 0 | 0.40 | 0.29 |
| HSL | 70º | 0.32% | 0.56% | - |
| HSV(B) | 70º | 0.4% | 0.71% | - |
| XYZ | 35.18 | 42.05 | 20.45 | - |
| YUV | 168.2 | 94.02 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 180 | 108 | 0.07 | 0 | 0.40 | 0.29 | 70 | 0.32 | 0.56 |
| Hex | A8 | B4 | 6C | 7 | 0 | 28 | 1D | 46 | 20 | 38 |
| Octal | 250 | 264 | 154 | 7 | 0 | 50 | 35 | 106 | 40 | 70 |
| Binary | 10101000 | 10110100 | 1101100 | 111 | 0 | 101000 | 11101 | 1000110 | 100000 | 111000 |
Color Harmonies of #A8B46C
Complementary color
Monochromatic Colors of #A8B46C
Black with #A8B46C
Text Example
Text Example
White with #A8B46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B46C; }
p { color: rgb(168,180,108); }
H1.HeaderClassName
{
color: #A8B46C;
}
.AnyTagClassName
{
color: #A8B46C;
}
</style>
background-color css
<style>
a { background-color: #A8B46C; }
a { background-color: rgb(168,180,108); }
div.DivClassName
{
background-color: #A8B46C;
}
.BgClassName
{
background-color: #A8B46C;
}
</style>
border-color css
<style>
span { border-color: #A8B46C; }
span { border-color: rgb(168,180,108); }
td.TdClassName
{
border-color: #A8B46C;
}
.TagClassName
{
border-color: #A8B46C;
}
</style>