Shades of Green Smoke #A8B36C
Tints of Green Smoke #A8B36C
RGB
CMYK
RGB Variations
Color information
#A8B36C (or 0xA8B36C) is known color: Green Smoke. HEX triplet: A8, B3 and 6C. RGB value is (168,179,108). Sum of RGB (Red+Green+Blue) = 168+179+108=455 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.92% from 455); Green value is 179 (70.31% from 255 or 39.34% from 455); Blue value is 108 (42.58% from 255 or 23.74% from 455); Max value from RGB is 179 - color contains mainly: green. Hex color #A8B36C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B36C is #574C93. Grayscale: #A7A7A7. Windows color (decimal): -5721236 or 7123880. OLE color: 7123880.
HSL color Cylindrical-coordinate representation of color #A8B36C: hue angle of 69.3º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A8B36C is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 179 | 108 | - |
| CMYK | 0.06 | 0 | 0.40 | 0.30 |
| HSL | 69.3º | 0.32% | 0.56% | - |
| HSV(B) | 69.3º | 0.4% | 0.7% | - |
| XYZ | 34.98 | 41.65 | 20.38 | - |
| YUV | 167.62 | 94.36 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 179 | 108 | 0.06 | 0 | 0.40 | 0.30 | 69.3 | 0.32 | 0.56 |
| Hex | A8 | B3 | 6C | 6 | 0 | 28 | 1E | 45 | 20 | 38 |
| Octal | 250 | 263 | 154 | 6 | 0 | 50 | 36 | 105 | 40 | 70 |
| Binary | 10101000 | 10110011 | 1101100 | 110 | 0 | 101000 | 11110 | 1000101 | 100000 | 111000 |
Color Harmonies of #A8B36C
Complementary color
Monochromatic Colors of #A8B36C
Black with #A8B36C
Text Example
Text Example
White with #A8B36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B36C; }
p { color: rgb(168,179,108); }
H1.HeaderClassName
{
color: #A8B36C;
}
.AnyTagClassName
{
color: #A8B36C;
}
</style>
background-color css
<style>
a { background-color: #A8B36C; }
a { background-color: rgb(168,179,108); }
div.DivClassName
{
background-color: #A8B36C;
}
.BgClassName
{
background-color: #A8B36C;
}
</style>
border-color css
<style>
span { border-color: #A8B36C; }
span { border-color: rgb(168,179,108); }
td.TdClassName
{
border-color: #A8B36C;
}
.TagClassName
{
border-color: #A8B36C;
}
</style>