Shades of Green Smoke #A4BC60
Tints of Green Smoke #A4BC60
RGB
CMYK
RGB Variations
Color information
#A4BC60 (or 0xA4BC60) is known color: Green Smoke. HEX triplet: A4, BC and 60. RGB value is (164,188,96). Sum of RGB (Red+Green+Blue) = 164+188+96=448 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.61% from 448); Green value is 188 (73.83% from 255 or 41.96% from 448); Blue value is 96 (37.89% from 255 or 21.43% from 448); Max value from RGB is 188 - color contains mainly: green. Hex color #A4BC60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4BC60 is #5B439F. Grayscale: #AAAAAA. Windows color (decimal): -5981088 or 6339748. OLE color: 6339748.
HSL color Cylindrical-coordinate representation of color #A4BC60: hue angle of 75.65º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A4BC60 is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 188 | 96 | - |
| CMYK | 0.13 | 0 | 0.49 | 0.26 |
| HSL | 75.65º | 0.41% | 0.56% | - |
| HSV(B) | 75.65º | 0.49% | 0.74% | - |
| XYZ | 35.4 | 44.7 | 17.83 | - |
| YUV | 170.34 | 86.05 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 188 | 96 | 0.13 | 0 | 0.49 | 0.26 | 75.65 | 0.41 | 0.56 |
| Hex | A4 | BC | 60 | D | 0 | 31 | 1A | 4C | 29 | 38 |
| Octal | 244 | 274 | 140 | 15 | 0 | 61 | 32 | 114 | 51 | 70 |
| Binary | 10100100 | 10111100 | 1100000 | 1101 | 0 | 110001 | 11010 | 1001100 | 101001 | 111000 |
Color Harmonies of #A4BC60
Complementary color
Monochromatic Colors of #A4BC60
Black with #A4BC60
Text Example
Text Example
White with #A4BC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BC60; }
p { color: rgb(164,188,96); }
H1.HeaderClassName
{
color: #A4BC60;
}
.AnyTagClassName
{
color: #A4BC60;
}
</style>
background-color css
<style>
a { background-color: #A4BC60; }
a { background-color: rgb(164,188,96); }
div.DivClassName
{
background-color: #A4BC60;
}
.BgClassName
{
background-color: #A4BC60;
}
</style>
border-color css
<style>
span { border-color: #A4BC60; }
span { border-color: rgb(164,188,96); }
td.TdClassName
{
border-color: #A4BC60;
}
.TagClassName
{
border-color: #A4BC60;
}
</style>