Shades of Green Smoke #A5B256
Tints of Green Smoke #A5B256
RGB
CMYK
RGB Variations
Color information
#A5B256 (or 0xA5B256) is known color: Green Smoke. HEX triplet: A5, B2 and 56. RGB value is (165,178,86). Sum of RGB (Red+Green+Blue) = 165+178+86=429 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.46% from 429); Green value is 178 (69.92% from 255 or 41.49% from 429); Blue value is 86 (33.98% from 255 or 20.05% from 429); Max value from RGB is 178 - color contains mainly: green. Hex color #A5B256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5B256 is #5A4DA9. Grayscale: #A3A3A3. Windows color (decimal): -5918122 or 5681829. OLE color: 5681829.
HSL color Cylindrical-coordinate representation of color #A5B256: hue angle of 68.48º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A5B256 is Cyan = 0.07, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 165 | 178 | 86 | - |
| CMYK | 0.07 | 0 | 0.52 | 0.30 |
| HSL | 68.48º | 0.37% | 0.52% | - |
| HSV(B) | 68.48º | 0.52% | 0.7% | - |
| XYZ | 33.12 | 40.51 | 14.88 | - |
| YUV | 163.63 | 84.19 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 178 | 86 | 0.07 | 0 | 0.52 | 0.30 | 68.48 | 0.37 | 0.52 |
| Hex | A5 | B2 | 56 | 7 | 0 | 34 | 1E | 44 | 25 | 34 |
| Octal | 245 | 262 | 126 | 7 | 0 | 64 | 36 | 104 | 45 | 64 |
| Binary | 10100101 | 10110010 | 1010110 | 111 | 0 | 110100 | 11110 | 1000100 | 100101 | 110100 |
Color Harmonies of #A5B256
Complementary color
Monochromatic Colors of #A5B256
Black with #A5B256
Text Example
Text Example
White with #A5B256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B256; }
p { color: rgb(165,178,86); }
H1.HeaderClassName
{
color: #A5B256;
}
.AnyTagClassName
{
color: #A5B256;
}
</style>
background-color css
<style>
a { background-color: #A5B256; }
a { background-color: rgb(165,178,86); }
div.DivClassName
{
background-color: #A5B256;
}
.BgClassName
{
background-color: #A5B256;
}
</style>
border-color css
<style>
span { border-color: #A5B256; }
span { border-color: rgb(165,178,86); }
td.TdClassName
{
border-color: #A5B256;
}
.TagClassName
{
border-color: #A5B256;
}
</style>