Shades of Green Smoke #A5B462
Tints of Green Smoke #A5B462
RGB
CMYK
RGB Variations
Color information
#A5B462 (or 0xA5B462) is known color: Green Smoke. HEX triplet: A5, B4 and 62. RGB value is (165,180,98). Sum of RGB (Red+Green+Blue) = 165+180+98=443 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.25% from 443); Green value is 180 (70.70% from 255 or 40.63% from 443); Blue value is 98 (38.67% from 255 or 22.12% from 443); Max value from RGB is 180 - color contains mainly: green. Hex color #A5B462 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B462 is #5A4B9D. Grayscale: #A6A6A6. Windows color (decimal): -5917598 or 6468773. OLE color: 6468773.
HSL color Cylindrical-coordinate representation of color #A5B462: hue angle of 70.98º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A5B462 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 165 | 180 | 98 | - |
| CMYK | 0.08 | 0 | 0.46 | 0.29 |
| HSL | 70.98º | 0.35% | 0.55% | - |
| HSV(B) | 70.98º | 0.46% | 0.71% | - |
| XYZ | 34.04 | 41.52 | 17.78 | - |
| YUV | 166.17 | 89.53 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 180 | 98 | 0.08 | 0 | 0.46 | 0.29 | 70.98 | 0.35 | 0.55 |
| Hex | A5 | B4 | 62 | 8 | 0 | 2E | 1D | 47 | 23 | 37 |
| Octal | 245 | 264 | 142 | 10 | 0 | 56 | 35 | 107 | 43 | 67 |
| Binary | 10100101 | 10110100 | 1100010 | 1000 | 0 | 101110 | 11101 | 1000111 | 100011 | 110111 |
Color Harmonies of #A5B462
Complementary color
Monochromatic Colors of #A5B462
Black with #A5B462
Text Example
Text Example
White with #A5B462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B462; }
p { color: rgb(165,180,98); }
H1.HeaderClassName
{
color: #A5B462;
}
.AnyTagClassName
{
color: #A5B462;
}
</style>
background-color css
<style>
a { background-color: #A5B462; }
a { background-color: rgb(165,180,98); }
div.DivClassName
{
background-color: #A5B462;
}
.BgClassName
{
background-color: #A5B462;
}
</style>
border-color css
<style>
span { border-color: #A5B462; }
span { border-color: rgb(165,180,98); }
td.TdClassName
{
border-color: #A5B462;
}
.TagClassName
{
border-color: #A5B462;
}
</style>