Shades of Green Smoke #A5BA61
Tints of Green Smoke #A5BA61
RGB
CMYK
RGB Variations
Color information
#A5BA61 (or 0xA5BA61) is known color: Green Smoke. HEX triplet: A5, BA and 61. RGB value is (165,186,97). Sum of RGB (Red+Green+Blue) = 165+186+97=448 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.83% from 448); Green value is 186 (73.05% from 255 or 41.52% from 448); Blue value is 97 (38.28% from 255 or 21.65% from 448); Max value from RGB is 186 - color contains mainly: green. Hex color #A5BA61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5BA61 is #5A459E. Grayscale: #A9A9A9. Windows color (decimal): -5916063 or 6404773. OLE color: 6404773.
HSL color Cylindrical-coordinate representation of color #A5BA61: hue angle of 74.16º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A5BA61 is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 186 | 97 | - |
| CMYK | 0.11 | 0 | 0.48 | 0.27 |
| HSL | 74.16º | 0.39% | 0.55% | - |
| HSV(B) | 74.16º | 0.48% | 0.73% | - |
| XYZ | 35.23 | 43.98 | 17.94 | - |
| YUV | 169.58 | 87.04 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 186 | 97 | 0.11 | 0 | 0.48 | 0.27 | 74.16 | 0.39 | 0.55 |
| Hex | A5 | BA | 61 | B | 0 | 30 | 1B | 4A | 27 | 37 |
| Octal | 245 | 272 | 141 | 13 | 0 | 60 | 33 | 112 | 47 | 67 |
| Binary | 10100101 | 10111010 | 1100001 | 1011 | 0 | 110000 | 11011 | 1001010 | 100111 | 110111 |
Color Harmonies of #A5BA61
Complementary color
Monochromatic Colors of #A5BA61
Black with #A5BA61
Text Example
Text Example
White with #A5BA61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BA61; }
p { color: rgb(165,186,97); }
H1.HeaderClassName
{
color: #A5BA61;
}
.AnyTagClassName
{
color: #A5BA61;
}
</style>
background-color css
<style>
a { background-color: #A5BA61; }
a { background-color: rgb(165,186,97); }
div.DivClassName
{
background-color: #A5BA61;
}
.BgClassName
{
background-color: #A5BA61;
}
</style>
border-color css
<style>
span { border-color: #A5BA61; }
span { border-color: rgb(165,186,97); }
td.TdClassName
{
border-color: #A5BA61;
}
.TagClassName
{
border-color: #A5BA61;
}
</style>