Shades of Green Smoke #A5BB60
Tints of Green Smoke #A5BB60
RGB
CMYK
RGB Variations
Color information
#A5BB60 (or 0xA5BB60) is known color: Green Smoke. HEX triplet: A5, BB and 60. RGB value is (165,187,96). Sum of RGB (Red+Green+Blue) = 165+187+96=448 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.83% from 448); Green value is 187 (73.44% from 255 or 41.74% from 448); Blue value is 96 (37.89% from 255 or 21.43% from 448); Max value from RGB is 187 - color contains mainly: green. Hex color #A5BB60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5BB60 is #5A449F. Grayscale: #AAAAAA. Windows color (decimal): -5915808 or 6339493. OLE color: 6339493.
HSL color Cylindrical-coordinate representation of color #A5BB60: hue angle of 74.51º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A5BB60 is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 187 | 96 | - |
| CMYK | 0.12 | 0 | 0.49 | 0.27 |
| HSL | 74.51º | 0.4% | 0.55% | - |
| HSV(B) | 74.51º | 0.49% | 0.73% | - |
| XYZ | 35.4 | 44.38 | 17.77 | - |
| YUV | 170.05 | 86.21 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 187 | 96 | 0.12 | 0 | 0.49 | 0.27 | 74.51 | 0.4 | 0.55 |
| Hex | A5 | BB | 60 | C | 0 | 31 | 1B | 4B | 28 | 37 |
| Octal | 245 | 273 | 140 | 14 | 0 | 61 | 33 | 113 | 50 | 67 |
| Binary | 10100101 | 10111011 | 1100000 | 1100 | 0 | 110001 | 11011 | 1001011 | 101000 | 110111 |
Color Harmonies of #A5BB60
Complementary color
Monochromatic Colors of #A5BB60
Black with #A5BB60
Text Example
Text Example
White with #A5BB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BB60; }
p { color: rgb(165,187,96); }
H1.HeaderClassName
{
color: #A5BB60;
}
.AnyTagClassName
{
color: #A5BB60;
}
</style>
background-color css
<style>
a { background-color: #A5BB60; }
a { background-color: rgb(165,187,96); }
div.DivClassName
{
background-color: #A5BB60;
}
.BgClassName
{
background-color: #A5BB60;
}
</style>
border-color css
<style>
span { border-color: #A5BB60; }
span { border-color: rgb(165,187,96); }
td.TdClassName
{
border-color: #A5BB60;
}
.TagClassName
{
border-color: #A5BB60;
}
</style>