Shades of Green Smoke #A5B45F
Tints of Green Smoke #A5B45F
RGB
CMYK
RGB Variations
Color information
#A5B45F (or 0xA5B45F) is known color: Green Smoke. HEX triplet: A5, B4 and 5F. RGB value is (165,180,95). Sum of RGB (Red+Green+Blue) = 165+180+95=440 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.5% from 440); Green value is 180 (70.70% from 255 or 40.91% from 440); Blue value is 95 (37.5% from 255 or 21.59% from 440); Max value from RGB is 180 - color contains mainly: green. Hex color #A5B45F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B45F is #5A4BA0. Grayscale: #A6A6A6. Windows color (decimal): -5917601 or 6272165. OLE color: 6272165.
HSL color Cylindrical-coordinate representation of color #A5B45F: hue angle of 70.59º 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 #A5B45F is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 165 | 180 | 95 | - |
| CMYK | 0.08 | 0 | 0.47 | 0.29 |
| HSL | 70.59º | 0.36% | 0.54% | - |
| HSV(B) | 70.59º | 0.47% | 0.71% | - |
| XYZ | 33.9 | 41.47 | 17.04 | - |
| YUV | 165.83 | 88.03 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 180 | 95 | 0.08 | 0 | 0.47 | 0.29 | 70.59 | 0.36 | 0.54 |
| Hex | A5 | B4 | 5F | 8 | 0 | 2F | 1D | 47 | 24 | 36 |
| Octal | 245 | 264 | 137 | 10 | 0 | 57 | 35 | 107 | 44 | 66 |
| Binary | 10100101 | 10110100 | 1011111 | 1000 | 0 | 101111 | 11101 | 1000111 | 100100 | 110110 |
Color Harmonies of #A5B45F
Complementary color
Monochromatic Colors of #A5B45F
Black with #A5B45F
Text Example
Text Example
White with #A5B45F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B45F; }
p { color: rgb(165,180,95); }
H1.HeaderClassName
{
color: #A5B45F;
}
.AnyTagClassName
{
color: #A5B45F;
}
</style>
background-color css
<style>
a { background-color: #A5B45F; }
a { background-color: rgb(165,180,95); }
div.DivClassName
{
background-color: #A5B45F;
}
.BgClassName
{
background-color: #A5B45F;
}
</style>
border-color css
<style>
span { border-color: #A5B45F; }
span { border-color: rgb(165,180,95); }
td.TdClassName
{
border-color: #A5B45F;
}
.TagClassName
{
border-color: #A5B45F;
}
</style>