Shades of Green Smoke #A5B257
Tints of Green Smoke #A5B257
RGB
CMYK
RGB Variations
Color information
#A5B257 (or 0xA5B257) is known color: Green Smoke. HEX triplet: A5, B2 and 57. RGB value is (165,178,87). Sum of RGB (Red+Green+Blue) = 165+178+87=430 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.37% from 430); Green value is 178 (69.92% from 255 or 41.40% from 430); Blue value is 87 (34.38% from 255 or 20.23% from 430); Max value from RGB is 178 - color contains mainly: green. Hex color #A5B257 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5B257 is #5A4DA8. Grayscale: #A4A4A4. Windows color (decimal): -5918121 or 5747365. OLE color: 5747365.
HSL color Cylindrical-coordinate representation of color #A5B257: hue angle of 68.57º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A5B257 is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 165 | 178 | 87 | - |
| CMYK | 0.07 | 0 | 0.51 | 0.30 |
| HSL | 68.57º | 0.37% | 0.52% | - |
| HSV(B) | 68.57º | 0.51% | 0.7% | - |
| XYZ | 33.16 | 40.53 | 15.09 | - |
| YUV | 163.74 | 84.69 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 178 | 87 | 0.07 | 0 | 0.51 | 0.30 | 68.57 | 0.37 | 0.52 |
| Hex | A5 | B2 | 57 | 7 | 0 | 33 | 1E | 45 | 25 | 34 |
| Octal | 245 | 262 | 127 | 7 | 0 | 63 | 36 | 105 | 45 | 64 |
| Binary | 10100101 | 10110010 | 1010111 | 111 | 0 | 110011 | 11110 | 1000101 | 100101 | 110100 |
Color Harmonies of #A5B257
Complementary color
Monochromatic Colors of #A5B257
Black with #A5B257
Text Example
Text Example
White with #A5B257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B257; }
p { color: rgb(165,178,87); }
H1.HeaderClassName
{
color: #A5B257;
}
.AnyTagClassName
{
color: #A5B257;
}
</style>
background-color css
<style>
a { background-color: #A5B257; }
a { background-color: rgb(165,178,87); }
div.DivClassName
{
background-color: #A5B257;
}
.BgClassName
{
background-color: #A5B257;
}
</style>
border-color css
<style>
span { border-color: #A5B257; }
span { border-color: rgb(165,178,87); }
td.TdClassName
{
border-color: #A5B257;
}
.TagClassName
{
border-color: #A5B257;
}
</style>