Shades of Green Smoke #A8BC64
Tints of Green Smoke #A8BC64
RGB
CMYK
RGB Variations
Color information
#A8BC64 (or 0xA8BC64) is known color: Green Smoke. HEX triplet: A8, BC and 64. RGB value is (168,188,100). Sum of RGB (Red+Green+Blue) = 168+188+100=456 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.84% from 456); Green value is 188 (73.83% from 255 or 41.23% from 456); Blue value is 100 (39.45% from 255 or 21.93% from 456); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BC64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BC64 is #57439B. Grayscale: #ACACAC. Windows color (decimal): -5718940 or 6601896. OLE color: 6601896.
HSL color Cylindrical-coordinate representation of color #A8BC64: hue angle of 73.64º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A8BC64 is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 188 | 100 | - |
| CMYK | 0.11 | 0 | 0.47 | 0.26 |
| HSL | 73.64º | 0.4% | 0.56% | - |
| HSV(B) | 73.64º | 0.47% | 0.74% | - |
| XYZ | 36.43 | 45.21 | 18.86 | - |
| YUV | 171.99 | 87.37 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 188 | 100 | 0.11 | 0 | 0.47 | 0.26 | 73.64 | 0.4 | 0.56 |
| Hex | A8 | BC | 64 | B | 0 | 2F | 1A | 4A | 28 | 38 |
| Octal | 250 | 274 | 144 | 13 | 0 | 57 | 32 | 112 | 50 | 70 |
| Binary | 10101000 | 10111100 | 1100100 | 1011 | 0 | 101111 | 11010 | 1001010 | 101000 | 111000 |
Color Harmonies of #A8BC64
Complementary color
Monochromatic Colors of #A8BC64
Black with #A8BC64
Text Example
Text Example
White with #A8BC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BC64; }
p { color: rgb(168,188,100); }
H1.HeaderClassName
{
color: #A8BC64;
}
.AnyTagClassName
{
color: #A8BC64;
}
</style>
background-color css
<style>
a { background-color: #A8BC64; }
a { background-color: rgb(168,188,100); }
div.DivClassName
{
background-color: #A8BC64;
}
.BgClassName
{
background-color: #A8BC64;
}
</style>
border-color css
<style>
span { border-color: #A8BC64; }
span { border-color: rgb(168,188,100); }
td.TdClassName
{
border-color: #A8BC64;
}
.TagClassName
{
border-color: #A8BC64;
}
</style>