Shades of Green Smoke #A5B15F
Tints of Green Smoke #A5B15F
RGB
CMYK
RGB Variations
Color information
#A5B15F (or 0xA5B15F) is known color: Green Smoke. HEX triplet: A5, B1 and 5F. RGB value is (165,177,95). Sum of RGB (Red+Green+Blue) = 165+177+95=437 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.76% from 437); Green value is 177 (69.53% from 255 or 40.50% from 437); Blue value is 95 (37.5% from 255 or 21.74% from 437); Max value from RGB is 177 - color contains mainly: green. Hex color #A5B15F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5B15F is #5A4EA0. Grayscale: #A4A4A4. Windows color (decimal): -5918369 or 6271397. OLE color: 6271397.
HSL color Cylindrical-coordinate representation of color #A5B15F: hue angle of 68.78º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A5B15F is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 177 | 95 | - |
| CMYK | 0.07 | 0 | 0.46 | 0.31 |
| HSL | 68.78º | 0.34% | 0.53% | - |
| HSV(B) | 68.78º | 0.46% | 0.69% | - |
| XYZ | 33.3 | 40.27 | 16.84 | - |
| YUV | 164.06 | 89.02 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 177 | 95 | 0.07 | 0 | 0.46 | 0.31 | 68.78 | 0.34 | 0.53 |
| Hex | A5 | B1 | 5F | 7 | 0 | 2E | 1F | 45 | 22 | 35 |
| Octal | 245 | 261 | 137 | 7 | 0 | 56 | 37 | 105 | 42 | 65 |
| Binary | 10100101 | 10110001 | 1011111 | 111 | 0 | 101110 | 11111 | 1000101 | 100010 | 110101 |
Color Harmonies of #A5B15F
Complementary color
Monochromatic Colors of #A5B15F
Black with #A5B15F
Text Example
Text Example
White with #A5B15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B15F; }
p { color: rgb(165,177,95); }
H1.HeaderClassName
{
color: #A5B15F;
}
.AnyTagClassName
{
color: #A5B15F;
}
</style>
background-color css
<style>
a { background-color: #A5B15F; }
a { background-color: rgb(165,177,95); }
div.DivClassName
{
background-color: #A5B15F;
}
.BgClassName
{
background-color: #A5B15F;
}
</style>
border-color css
<style>
span { border-color: #A5B15F; }
span { border-color: rgb(165,177,95); }
td.TdClassName
{
border-color: #A5B15F;
}
.TagClassName
{
border-color: #A5B15F;
}
</style>