Shades of Green Smoke #A8B45F
Tints of Green Smoke #A8B45F
RGB
CMYK
RGB Variations
Color information
#A8B45F (or 0xA8B45F) is known color: Green Smoke. HEX triplet: A8, B4 and 5F. RGB value is (168,180,95). Sum of RGB (Red+Green+Blue) = 168+180+95=443 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.92% from 443); Green value is 180 (70.70% from 255 or 40.63% from 443); Blue value is 95 (37.5% from 255 or 21.44% from 443); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B45F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B45F is #574BA0. Grayscale: #A7A7A7. Windows color (decimal): -5720993 or 6272168. OLE color: 6272168.
HSL color Cylindrical-coordinate representation of color #A8B45F: hue angle of 68.47º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A8B45F is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 180 | 95 | - |
| CMYK | 0.07 | 0 | 0.47 | 0.29 |
| HSL | 68.47º | 0.36% | 0.54% | - |
| HSV(B) | 68.47º | 0.47% | 0.71% | - |
| XYZ | 34.54 | 41.79 | 17.07 | - |
| YUV | 166.72 | 87.52 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 180 | 95 | 0.07 | 0 | 0.47 | 0.29 | 68.47 | 0.36 | 0.54 |
| Hex | A8 | B4 | 5F | 7 | 0 | 2F | 1D | 44 | 24 | 36 |
| Octal | 250 | 264 | 137 | 7 | 0 | 57 | 35 | 104 | 44 | 66 |
| Binary | 10101000 | 10110100 | 1011111 | 111 | 0 | 101111 | 11101 | 1000100 | 100100 | 110110 |
Color Harmonies of #A8B45F
Complementary color
Monochromatic Colors of #A8B45F
Black with #A8B45F
Text Example
Text Example
White with #A8B45F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B45F; }
p { color: rgb(168,180,95); }
H1.HeaderClassName
{
color: #A8B45F;
}
.AnyTagClassName
{
color: #A8B45F;
}
</style>
background-color css
<style>
a { background-color: #A8B45F; }
a { background-color: rgb(168,180,95); }
div.DivClassName
{
background-color: #A8B45F;
}
.BgClassName
{
background-color: #A8B45F;
}
</style>
border-color css
<style>
span { border-color: #A8B45F; }
span { border-color: rgb(168,180,95); }
td.TdClassName
{
border-color: #A8B45F;
}
.TagClassName
{
border-color: #A8B45F;
}
</style>