Shades of Green Smoke #A5BD5F
Tints of Green Smoke #A5BD5F
RGB
CMYK
RGB Variations
Color information
#A5BD5F (or 0xA5BD5F) is known color: Green Smoke. HEX triplet: A5, BD and 5F. RGB value is (165,189,95). Sum of RGB (Red+Green+Blue) = 165+189+95=449 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.75% from 449); Green value is 189 (74.22% from 255 or 42.09% from 449); Blue value is 95 (37.5% from 255 or 21.16% from 449); Max value from RGB is 189 - color contains mainly: green. Hex color #A5BD5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5BD5F is #5A42A0. Grayscale: #ABABAB. Windows color (decimal): -5915297 or 6274469. OLE color: 6274469.
HSL color Cylindrical-coordinate representation of color #A5BD5F: hue angle of 75.32º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A5BD5F is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 189 | 95 | - |
| CMYK | 0.13 | 0 | 0.50 | 0.26 |
| HSL | 75.32º | 0.42% | 0.56% | - |
| HSV(B) | 75.32º | 0.5% | 0.74% | - |
| XYZ | 35.78 | 45.22 | 17.67 | - |
| YUV | 171.11 | 85.05 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 189 | 95 | 0.13 | 0 | 0.50 | 0.26 | 75.32 | 0.42 | 0.56 |
| Hex | A5 | BD | 5F | D | 0 | 32 | 1A | 4B | 2A | 38 |
| Octal | 245 | 275 | 137 | 15 | 0 | 62 | 32 | 113 | 52 | 70 |
| Binary | 10100101 | 10111101 | 1011111 | 1101 | 0 | 110010 | 11010 | 1001011 | 101010 | 111000 |
Color Harmonies of #A5BD5F
Complementary color
Monochromatic Colors of #A5BD5F
Black with #A5BD5F
Text Example
Text Example
White with #A5BD5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BD5F; }
p { color: rgb(165,189,95); }
H1.HeaderClassName
{
color: #A5BD5F;
}
.AnyTagClassName
{
color: #A5BD5F;
}
</style>
background-color css
<style>
a { background-color: #A5BD5F; }
a { background-color: rgb(165,189,95); }
div.DivClassName
{
background-color: #A5BD5F;
}
.BgClassName
{
background-color: #A5BD5F;
}
</style>
border-color css
<style>
span { border-color: #A5BD5F; }
span { border-color: rgb(165,189,95); }
td.TdClassName
{
border-color: #A5BD5F;
}
.TagClassName
{
border-color: #A5BD5F;
}
</style>