Shades of Green Smoke #A8B371
Tints of Green Smoke #A8B371
RGB
CMYK
RGB Variations
Color information
#A8B371 (or 0xA8B371) is known color: Green Smoke. HEX triplet: A8, B3 and 71. RGB value is (168,179,113). Sum of RGB (Red+Green+Blue) = 168+179+113=460 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.52% from 460); Green value is 179 (70.31% from 255 or 38.91% from 460); Blue value is 113 (44.53% from 255 or 24.57% from 460); Max value from RGB is 179 - color contains mainly: green. Hex color #A8B371 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B371 is #574C8E. Grayscale: #A8A8A8. Windows color (decimal): -5721231 or 7451560. OLE color: 7451560.
HSL color Cylindrical-coordinate representation of color #A8B371: hue angle of 70º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A8B371 is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 179 | 113 | - |
| CMYK | 0.06 | 0 | 0.37 | 0.30 |
| HSL | 70º | 0.3% | 0.57% | - |
| HSV(B) | 70º | 0.37% | 0.7% | - |
| XYZ | 35.25 | 41.76 | 21.82 | - |
| YUV | 168.19 | 96.86 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 179 | 113 | 0.06 | 0 | 0.37 | 0.30 | 70 | 0.3 | 0.57 |
| Hex | A8 | B3 | 71 | 6 | 0 | 25 | 1E | 46 | 1E | 39 |
| Octal | 250 | 263 | 161 | 6 | 0 | 45 | 36 | 106 | 36 | 71 |
| Binary | 10101000 | 10110011 | 1110001 | 110 | 0 | 100101 | 11110 | 1000110 | 11110 | 111001 |
Color Harmonies of #A8B371
Complementary color
Monochromatic Colors of #A8B371
Black with #A8B371
Text Example
Text Example
White with #A8B371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B371; }
p { color: rgb(168,179,113); }
H1.HeaderClassName
{
color: #A8B371;
}
.AnyTagClassName
{
color: #A8B371;
}
</style>
background-color css
<style>
a { background-color: #A8B371; }
a { background-color: rgb(168,179,113); }
div.DivClassName
{
background-color: #A8B371;
}
.BgClassName
{
background-color: #A8B371;
}
</style>
border-color css
<style>
span { border-color: #A8B371; }
span { border-color: rgb(168,179,113); }
td.TdClassName
{
border-color: #A8B371;
}
.TagClassName
{
border-color: #A8B371;
}
</style>