Shades of Green Smoke #A8BB68
Tints of Green Smoke #A8BB68
RGB
CMYK
RGB Variations
Color information
#A8BB68 (or 0xA8BB68) is known color: Green Smoke. HEX triplet: A8, BB and 68. RGB value is (168,187,104). Sum of RGB (Red+Green+Blue) = 168+187+104=459 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.60% from 459); Green value is 187 (73.44% from 255 or 40.74% from 459); Blue value is 104 (41.02% from 255 or 22.66% from 459); Max value from RGB is 187 - color contains mainly: green. Hex color #A8BB68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BB68 is #574497. Grayscale: #ACACAC. Windows color (decimal): -5719192 or 6863784. OLE color: 6863784.
HSL color Cylindrical-coordinate representation of color #A8BB68: hue angle of 73.73º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A8BB68 is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 187 | 104 | - |
| CMYK | 0.10 | 0 | 0.44 | 0.27 |
| HSL | 73.73º | 0.38% | 0.57% | - |
| HSV(B) | 73.73º | 0.44% | 0.73% | - |
| XYZ | 36.42 | 44.86 | 19.84 | - |
| YUV | 171.86 | 89.71 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 187 | 104 | 0.10 | 0 | 0.44 | 0.27 | 73.73 | 0.38 | 0.57 |
| Hex | A8 | BB | 68 | A | 0 | 2C | 1B | 4A | 26 | 39 |
| Octal | 250 | 273 | 150 | 12 | 0 | 54 | 33 | 112 | 46 | 71 |
| Binary | 10101000 | 10111011 | 1101000 | 1010 | 0 | 101100 | 11011 | 1001010 | 100110 | 111001 |
Color Harmonies of #A8BB68
Complementary color
Monochromatic Colors of #A8BB68
Black with #A8BB68
Text Example
Text Example
White with #A8BB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BB68; }
p { color: rgb(168,187,104); }
H1.HeaderClassName
{
color: #A8BB68;
}
.AnyTagClassName
{
color: #A8BB68;
}
</style>
background-color css
<style>
a { background-color: #A8BB68; }
a { background-color: rgb(168,187,104); }
div.DivClassName
{
background-color: #A8BB68;
}
.BgClassName
{
background-color: #A8BB68;
}
</style>
border-color css
<style>
span { border-color: #A8BB68; }
span { border-color: rgb(168,187,104); }
td.TdClassName
{
border-color: #A8BB68;
}
.TagClassName
{
border-color: #A8BB68;
}
</style>