Shades of Green Smoke #A5BC62
Tints of Green Smoke #A5BC62
RGB
CMYK
RGB Variations
Color information
#A5BC62 (or 0xA5BC62) is known color: Green Smoke. HEX triplet: A5, BC and 62. RGB value is (165,188,98). Sum of RGB (Red+Green+Blue) = 165+188+98=451 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.59% from 451); Green value is 188 (73.83% from 255 or 41.69% from 451); Blue value is 98 (38.67% from 255 or 21.73% from 451); Max value from RGB is 188 - color contains mainly: green. Hex color #A5BC62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5BC62 is #5A439D. Grayscale: #ABABAB. Windows color (decimal): -5915550 or 6470821. OLE color: 6470821.
HSL color Cylindrical-coordinate representation of color #A5BC62: hue angle of 75.33º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A5BC62 is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 188 | 98 | - |
| CMYK | 0.12 | 0 | 0.48 | 0.26 |
| HSL | 75.33º | 0.4% | 0.56% | - |
| HSV(B) | 75.33º | 0.48% | 0.74% | - |
| XYZ | 35.7 | 44.85 | 18.33 | - |
| YUV | 170.86 | 86.88 | 123.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 188 | 98 | 0.12 | 0 | 0.48 | 0.26 | 75.33 | 0.4 | 0.56 |
| Hex | A5 | BC | 62 | C | 0 | 30 | 1A | 4B | 28 | 38 |
| Octal | 245 | 274 | 142 | 14 | 0 | 60 | 32 | 113 | 50 | 70 |
| Binary | 10100101 | 10111100 | 1100010 | 1100 | 0 | 110000 | 11010 | 1001011 | 101000 | 111000 |
Color Harmonies of #A5BC62
Complementary color
Monochromatic Colors of #A5BC62
Black with #A5BC62
Text Example
Text Example
White with #A5BC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BC62; }
p { color: rgb(165,188,98); }
H1.HeaderClassName
{
color: #A5BC62;
}
.AnyTagClassName
{
color: #A5BC62;
}
</style>
background-color css
<style>
a { background-color: #A5BC62; }
a { background-color: rgb(165,188,98); }
div.DivClassName
{
background-color: #A5BC62;
}
.BgClassName
{
background-color: #A5BC62;
}
</style>
border-color css
<style>
span { border-color: #A5BC62; }
span { border-color: rgb(165,188,98); }
td.TdClassName
{
border-color: #A5BC62;
}
.TagClassName
{
border-color: #A5BC62;
}
</style>