Shades of Green Smoke #A8B36D
Tints of Green Smoke #A8B36D
RGB
CMYK
RGB Variations
Color information
#A8B36D (or 0xA8B36D) is known color: Green Smoke. HEX triplet: A8, B3 and 6D. RGB value is (168,179,109). Sum of RGB (Red+Green+Blue) = 168+179+109=456 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.84% from 456); Green value is 179 (70.31% from 255 or 39.25% from 456); Blue value is 109 (42.97% from 255 or 23.90% from 456); Max value from RGB is 179 - color contains mainly: green. Hex color #A8B36D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B36D is #574C92. Grayscale: #A8A8A8. Windows color (decimal): -5721235 or 7189416. OLE color: 7189416.
HSL color Cylindrical-coordinate representation of color #A8B36D: hue angle of 69.43º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A8B36D is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 179 | 109 | - |
| CMYK | 0.06 | 0 | 0.39 | 0.30 |
| HSL | 69.43º | 0.32% | 0.56% | - |
| HSV(B) | 69.43º | 0.39% | 0.7% | - |
| XYZ | 35.03 | 41.67 | 20.66 | - |
| YUV | 167.73 | 94.86 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 179 | 109 | 0.06 | 0 | 0.39 | 0.30 | 69.43 | 0.32 | 0.56 |
| Hex | A8 | B3 | 6D | 6 | 0 | 27 | 1E | 45 | 20 | 38 |
| Octal | 250 | 263 | 155 | 6 | 0 | 47 | 36 | 105 | 40 | 70 |
| Binary | 10101000 | 10110011 | 1101101 | 110 | 0 | 100111 | 11110 | 1000101 | 100000 | 111000 |
Color Harmonies of #A8B36D
Complementary color
Monochromatic Colors of #A8B36D
Black with #A8B36D
Text Example
Text Example
White with #A8B36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B36D; }
p { color: rgb(168,179,109); }
H1.HeaderClassName
{
color: #A8B36D;
}
.AnyTagClassName
{
color: #A8B36D;
}
</style>
background-color css
<style>
a { background-color: #A8B36D; }
a { background-color: rgb(168,179,109); }
div.DivClassName
{
background-color: #A8B36D;
}
.BgClassName
{
background-color: #A8B36D;
}
</style>
border-color css
<style>
span { border-color: #A8B36D; }
span { border-color: rgb(168,179,109); }
td.TdClassName
{
border-color: #A8B36D;
}
.TagClassName
{
border-color: #A8B36D;
}
</style>