Shades of Green Smoke #A5BA5C
Tints of Green Smoke #A5BA5C
RGB
CMYK
RGB Variations
Color information
#A5BA5C (or 0xA5BA5C) is known color: Green Smoke. HEX triplet: A5, BA and 5C. RGB value is (165,186,92). Sum of RGB (Red+Green+Blue) = 165+186+92=443 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.25% from 443); Green value is 186 (73.05% from 255 or 41.99% from 443); Blue value is 92 (36.33% from 255 or 20.77% from 443); Max value from RGB is 186 - color contains mainly: green. Hex color #A5BA5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5BA5C is #5A45A3. Grayscale: #A9A9A9. Windows color (decimal): -5916068 or 6077093. OLE color: 6077093.
HSL color Cylindrical-coordinate representation of color #A5BA5C: hue angle of 73.4º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A5BA5C is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 186 | 92 | - |
| CMYK | 0.11 | 0 | 0.51 | 0.27 |
| HSL | 73.4º | 0.41% | 0.55% | - |
| HSV(B) | 73.4º | 0.51% | 0.73% | - |
| XYZ | 35.01 | 43.89 | 16.75 | - |
| YUV | 169.01 | 84.54 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 186 | 92 | 0.11 | 0 | 0.51 | 0.27 | 73.4 | 0.41 | 0.55 |
| Hex | A5 | BA | 5C | B | 0 | 33 | 1B | 49 | 29 | 37 |
| Octal | 245 | 272 | 134 | 13 | 0 | 63 | 33 | 111 | 51 | 67 |
| Binary | 10100101 | 10111010 | 1011100 | 1011 | 0 | 110011 | 11011 | 1001001 | 101001 | 110111 |
Color Harmonies of #A5BA5C
Complementary color
Monochromatic Colors of #A5BA5C
Black with #A5BA5C
Text Example
Text Example
White with #A5BA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BA5C; }
p { color: rgb(165,186,92); }
H1.HeaderClassName
{
color: #A5BA5C;
}
.AnyTagClassName
{
color: #A5BA5C;
}
</style>
background-color css
<style>
a { background-color: #A5BA5C; }
a { background-color: rgb(165,186,92); }
div.DivClassName
{
background-color: #A5BA5C;
}
.BgClassName
{
background-color: #A5BA5C;
}
</style>
border-color css
<style>
span { border-color: #A5BA5C; }
span { border-color: rgb(165,186,92); }
td.TdClassName
{
border-color: #A5BA5C;
}
.TagClassName
{
border-color: #A5BA5C;
}
</style>