Shades of Green Smoke #A5B658
Tints of Green Smoke #A5B658
RGB
CMYK
RGB Variations
Color information
#A5B658 (or 0xA5B658) is known color: Green Smoke. HEX triplet: A5, B6 and 58. RGB value is (165,182,88). Sum of RGB (Red+Green+Blue) = 165+182+88=435 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.93% from 435); Green value is 182 (71.48% from 255 or 41.84% from 435); Blue value is 88 (34.77% from 255 or 20.23% from 435); Max value from RGB is 182 - color contains mainly: green. Hex color #A5B658 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B658 is #5A49A7. Grayscale: #A6A6A6. Windows color (decimal): -5917096 or 5813925. OLE color: 5813925.
HSL color Cylindrical-coordinate representation of color #A5B658: hue angle of 70.85º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A5B658 is Cyan = 0.09, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 165 | 182 | 88 | - |
| CMYK | 0.09 | 0 | 0.52 | 0.29 |
| HSL | 70.85º | 0.39% | 0.53% | - |
| HSV(B) | 70.85º | 0.52% | 0.71% | - |
| XYZ | 34.01 | 42.16 | 15.58 | - |
| YUV | 166.2 | 83.87 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 182 | 88 | 0.09 | 0 | 0.52 | 0.29 | 70.85 | 0.39 | 0.53 |
| Hex | A5 | B6 | 58 | 9 | 0 | 34 | 1D | 47 | 27 | 35 |
| Octal | 245 | 266 | 130 | 11 | 0 | 64 | 35 | 107 | 47 | 65 |
| Binary | 10100101 | 10110110 | 1011000 | 1001 | 0 | 110100 | 11101 | 1000111 | 100111 | 110101 |
Color Harmonies of #A5B658
Complementary color
Monochromatic Colors of #A5B658
Black with #A5B658
Text Example
Text Example
White with #A5B658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B658; }
p { color: rgb(165,182,88); }
H1.HeaderClassName
{
color: #A5B658;
}
.AnyTagClassName
{
color: #A5B658;
}
</style>
background-color css
<style>
a { background-color: #A5B658; }
a { background-color: rgb(165,182,88); }
div.DivClassName
{
background-color: #A5B658;
}
.BgClassName
{
background-color: #A5B658;
}
</style>
border-color css
<style>
span { border-color: #A5B658; }
span { border-color: rgb(165,182,88); }
td.TdClassName
{
border-color: #A5B658;
}
.TagClassName
{
border-color: #A5B658;
}
</style>