Shades of Green Smoke #A5B45A
Tints of Green Smoke #A5B45A
RGB
CMYK
RGB Variations
Color information
#A5B45A (or 0xA5B45A) is known color: Green Smoke. HEX triplet: A5, B4 and 5A. RGB value is (165,180,90). Sum of RGB (Red+Green+Blue) = 165+180+90=435 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.93% from 435); Green value is 180 (70.70% from 255 or 41.38% from 435); Blue value is 90 (35.55% from 255 or 20.69% from 435); Max value from RGB is 180 - color contains mainly: green. Hex color #A5B45A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B45A is #5A4BA5. Grayscale: #A5A5A5. Windows color (decimal): -5917606 or 5944485. OLE color: 5944485.
HSL color Cylindrical-coordinate representation of color #A5B45A: hue angle of 70º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A5B45A is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 165 | 180 | 90 | - |
| CMYK | 0.08 | 0 | 0.50 | 0.29 |
| HSL | 70º | 0.38% | 0.53% | - |
| HSV(B) | 70º | 0.5% | 0.71% | - |
| XYZ | 33.68 | 41.38 | 15.88 | - |
| YUV | 165.26 | 85.53 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 180 | 90 | 0.08 | 0 | 0.50 | 0.29 | 70 | 0.38 | 0.53 |
| Hex | A5 | B4 | 5A | 8 | 0 | 32 | 1D | 46 | 26 | 35 |
| Octal | 245 | 264 | 132 | 10 | 0 | 62 | 35 | 106 | 46 | 65 |
| Binary | 10100101 | 10110100 | 1011010 | 1000 | 0 | 110010 | 11101 | 1000110 | 100110 | 110101 |
Color Harmonies of #A5B45A
Complementary color
Monochromatic Colors of #A5B45A
Black with #A5B45A
Text Example
Text Example
White with #A5B45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B45A; }
p { color: rgb(165,180,90); }
H1.HeaderClassName
{
color: #A5B45A;
}
.AnyTagClassName
{
color: #A5B45A;
}
</style>
background-color css
<style>
a { background-color: #A5B45A; }
a { background-color: rgb(165,180,90); }
div.DivClassName
{
background-color: #A5B45A;
}
.BgClassName
{
background-color: #A5B45A;
}
</style>
border-color css
<style>
span { border-color: #A5B45A; }
span { border-color: rgb(165,180,90); }
td.TdClassName
{
border-color: #A5B45A;
}
.TagClassName
{
border-color: #A5B45A;
}
</style>