Shades of Green Smoke #A5B85A
Tints of Green Smoke #A5B85A
RGB
CMYK
RGB Variations
Color information
#A5B85A (or 0xA5B85A) is known color: Green Smoke. HEX triplet: A5, B8 and 5A. RGB value is (165,184,90). Sum of RGB (Red+Green+Blue) = 165+184+90=439 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.59% from 439); Green value is 184 (72.27% from 255 or 41.91% from 439); Blue value is 90 (35.55% from 255 or 20.50% from 439); Max value from RGB is 184 - color contains mainly: green. Hex color #A5B85A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B85A is #5A47A5. Grayscale: #A7A7A7. Windows color (decimal): -5916582 or 5945509. OLE color: 5945509.
HSL color Cylindrical-coordinate representation of color #A5B85A: hue angle of 72.13º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A5B85A is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 165 | 184 | 90 | - |
| CMYK | 0.10 | 0 | 0.51 | 0.28 |
| HSL | 72.13º | 0.4% | 0.54% | - |
| HSV(B) | 72.13º | 0.51% | 0.72% | - |
| XYZ | 34.5 | 43.02 | 16.16 | - |
| YUV | 167.6 | 84.21 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 184 | 90 | 0.10 | 0 | 0.51 | 0.28 | 72.13 | 0.4 | 0.54 |
| Hex | A5 | B8 | 5A | A | 0 | 33 | 1C | 48 | 28 | 36 |
| Octal | 245 | 270 | 132 | 12 | 0 | 63 | 34 | 110 | 50 | 66 |
| Binary | 10100101 | 10111000 | 1011010 | 1010 | 0 | 110011 | 11100 | 1001000 | 101000 | 110110 |
Color Harmonies of #A5B85A
Complementary color
Monochromatic Colors of #A5B85A
Black with #A5B85A
Text Example
Text Example
White with #A5B85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B85A; }
p { color: rgb(165,184,90); }
H1.HeaderClassName
{
color: #A5B85A;
}
.AnyTagClassName
{
color: #A5B85A;
}
</style>
background-color css
<style>
a { background-color: #A5B85A; }
a { background-color: rgb(165,184,90); }
div.DivClassName
{
background-color: #A5B85A;
}
.BgClassName
{
background-color: #A5B85A;
}
</style>
border-color css
<style>
span { border-color: #A5B85A; }
span { border-color: rgb(165,184,90); }
td.TdClassName
{
border-color: #A5B85A;
}
.TagClassName
{
border-color: #A5B85A;
}
</style>