Shades of Green Smoke #A5B271
Tints of Green Smoke #A5B271
RGB
CMYK
RGB Variations
Color information
#A5B271 (or 0xA5B271) is known color: Green Smoke. HEX triplet: A5, B2 and 71. RGB value is (165,178,113). Sum of RGB (Red+Green+Blue) = 165+178+113=456 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.18% from 456); Green value is 178 (69.92% from 255 or 39.04% from 456); Blue value is 113 (44.53% from 255 or 24.78% from 456); Max value from RGB is 178 - color contains mainly: green. Hex color #A5B271 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5B271 is #5A4D8E. Grayscale: #A6A6A6. Windows color (decimal): -5918095 or 7451301. OLE color: 7451301.
HSL color Cylindrical-coordinate representation of color #A5B271: hue angle of 72º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A5B271 is Cyan = 0.07, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 165 | 178 | 113 | - |
| CMYK | 0.07 | 0 | 0.37 | 0.30 |
| HSL | 72º | 0.3% | 0.57% | - |
| HSV(B) | 72º | 0.37% | 0.7% | - |
| XYZ | 34.42 | 41.03 | 21.73 | - |
| YUV | 166.7 | 97.69 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 178 | 113 | 0.07 | 0 | 0.37 | 0.30 | 72 | 0.3 | 0.57 |
| Hex | A5 | B2 | 71 | 7 | 0 | 25 | 1E | 48 | 1E | 39 |
| Octal | 245 | 262 | 161 | 7 | 0 | 45 | 36 | 110 | 36 | 71 |
| Binary | 10100101 | 10110010 | 1110001 | 111 | 0 | 100101 | 11110 | 1001000 | 11110 | 111001 |
Color Harmonies of #A5B271
Complementary color
Monochromatic Colors of #A5B271
Black with #A5B271
Text Example
Text Example
White with #A5B271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B271; }
p { color: rgb(165,178,113); }
H1.HeaderClassName
{
color: #A5B271;
}
.AnyTagClassName
{
color: #A5B271;
}
</style>
background-color css
<style>
a { background-color: #A5B271; }
a { background-color: rgb(165,178,113); }
div.DivClassName
{
background-color: #A5B271;
}
.BgClassName
{
background-color: #A5B271;
}
</style>
border-color css
<style>
span { border-color: #A5B271; }
span { border-color: rgb(165,178,113); }
td.TdClassName
{
border-color: #A5B271;
}
.TagClassName
{
border-color: #A5B271;
}
</style>