Shades of Green Smoke #A8BB67
Tints of Green Smoke #A8BB67
RGB
CMYK
RGB Variations
Color information
#A8BB67 (or 0xA8BB67) is known color: Green Smoke. HEX triplet: A8, BB and 67. RGB value is (168,187,103). Sum of RGB (Red+Green+Blue) = 168+187+103=458 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.68% from 458); Green value is 187 (73.44% from 255 or 40.83% from 458); Blue value is 103 (40.62% from 255 or 22.49% from 458); Max value from RGB is 187 - color contains mainly: green. Hex color #A8BB67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BB67 is #574498. Grayscale: #ACACAC. Windows color (decimal): -5719193 or 6798248. OLE color: 6798248.
HSL color Cylindrical-coordinate representation of color #A8BB67: hue angle of 73.57º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A8BB67 is Cyan = 0.10, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 187 | 103 | - |
| CMYK | 0.10 | 0 | 0.45 | 0.27 |
| HSL | 73.57º | 0.38% | 0.57% | - |
| HSV(B) | 73.57º | 0.45% | 0.73% | - |
| XYZ | 36.37 | 44.84 | 19.57 | - |
| YUV | 171.74 | 89.21 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 187 | 103 | 0.10 | 0 | 0.45 | 0.27 | 73.57 | 0.38 | 0.57 |
| Hex | A8 | BB | 67 | A | 0 | 2D | 1B | 4A | 26 | 39 |
| Octal | 250 | 273 | 147 | 12 | 0 | 55 | 33 | 112 | 46 | 71 |
| Binary | 10101000 | 10111011 | 1100111 | 1010 | 0 | 101101 | 11011 | 1001010 | 100110 | 111001 |
Color Harmonies of #A8BB67
Complementary color
Monochromatic Colors of #A8BB67
Black with #A8BB67
Text Example
Text Example
White with #A8BB67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BB67; }
p { color: rgb(168,187,103); }
H1.HeaderClassName
{
color: #A8BB67;
}
.AnyTagClassName
{
color: #A8BB67;
}
</style>
background-color css
<style>
a { background-color: #A8BB67; }
a { background-color: rgb(168,187,103); }
div.DivClassName
{
background-color: #A8BB67;
}
.BgClassName
{
background-color: #A8BB67;
}
</style>
border-color css
<style>
span { border-color: #A8BB67; }
span { border-color: rgb(168,187,103); }
td.TdClassName
{
border-color: #A8BB67;
}
.TagClassName
{
border-color: #A8BB67;
}
</style>