Shades of Green Smoke #A5B45C
Tints of Green Smoke #A5B45C
RGB
CMYK
RGB Variations
Color information
#A5B45C (or 0xA5B45C) is known color: Green Smoke. HEX triplet: A5, B4 and 5C. RGB value is (165,180,92). Sum of RGB (Red+Green+Blue) = 165+180+92=437 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.76% from 437); Green value is 180 (70.70% from 255 or 41.19% from 437); Blue value is 92 (36.33% from 255 or 21.05% from 437); Max value from RGB is 180 - color contains mainly: green. Hex color #A5B45C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B45C is #5A4BA3. Grayscale: #A5A5A5. Windows color (decimal): -5917604 or 6075557. OLE color: 6075557.
HSL color Cylindrical-coordinate representation of color #A5B45C: hue angle of 70.23º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A5B45C is Cyan = 0.08, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 165 | 180 | 92 | - |
| CMYK | 0.08 | 0 | 0.49 | 0.29 |
| HSL | 70.23º | 0.37% | 0.53% | - |
| HSV(B) | 70.23º | 0.49% | 0.71% | - |
| XYZ | 33.77 | 41.41 | 16.34 | - |
| YUV | 165.48 | 86.53 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 180 | 92 | 0.08 | 0 | 0.49 | 0.29 | 70.23 | 0.37 | 0.53 |
| Hex | A5 | B4 | 5C | 8 | 0 | 31 | 1D | 46 | 25 | 35 |
| Octal | 245 | 264 | 134 | 10 | 0 | 61 | 35 | 106 | 45 | 65 |
| Binary | 10100101 | 10110100 | 1011100 | 1000 | 0 | 110001 | 11101 | 1000110 | 100101 | 110101 |
Color Harmonies of #A5B45C
Complementary color
Monochromatic Colors of #A5B45C
Black with #A5B45C
Text Example
Text Example
White with #A5B45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B45C; }
p { color: rgb(165,180,92); }
H1.HeaderClassName
{
color: #A5B45C;
}
.AnyTagClassName
{
color: #A5B45C;
}
</style>
background-color css
<style>
a { background-color: #A5B45C; }
a { background-color: rgb(165,180,92); }
div.DivClassName
{
background-color: #A5B45C;
}
.BgClassName
{
background-color: #A5B45C;
}
</style>
border-color css
<style>
span { border-color: #A5B45C; }
span { border-color: rgb(165,180,92); }
td.TdClassName
{
border-color: #A5B45C;
}
.TagClassName
{
border-color: #A5B45C;
}
</style>