Shades of Green Smoke #A8B86B
Tints of Green Smoke #A8B86B
RGB
CMYK
RGB Variations
Color information
#A8B86B (or 0xA8B86B) is known color: Green Smoke. HEX triplet: A8, B8 and 6B. RGB value is (168,184,107). Sum of RGB (Red+Green+Blue) = 168+184+107=459 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.60% from 459); Green value is 184 (72.27% from 255 or 40.09% from 459); Blue value is 107 (42.19% from 255 or 23.31% from 459); Max value from RGB is 184 - color contains mainly: green. Hex color #A8B86B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B86B is #574794. Grayscale: #AAAAAA. Windows color (decimal): -5719957 or 7059624. OLE color: 7059624.
HSL color Cylindrical-coordinate representation of color #A8B86B: hue angle of 72.47º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A8B86B is Cyan = 0.09, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 168 | 184 | 107 | - |
| CMYK | 0.09 | 0 | 0.42 | 0.28 |
| HSL | 72.47º | 0.35% | 0.57% | - |
| HSV(B) | 72.47º | 0.42% | 0.72% | - |
| XYZ | 35.94 | 43.67 | 20.44 | - |
| YUV | 170.44 | 92.2 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 184 | 107 | 0.09 | 0 | 0.42 | 0.28 | 72.47 | 0.35 | 0.57 |
| Hex | A8 | B8 | 6B | 9 | 0 | 2A | 1C | 48 | 23 | 39 |
| Octal | 250 | 270 | 153 | 11 | 0 | 52 | 34 | 110 | 43 | 71 |
| Binary | 10101000 | 10111000 | 1101011 | 1001 | 0 | 101010 | 11100 | 1001000 | 100011 | 111001 |
Color Harmonies of #A8B86B
Complementary color
Monochromatic Colors of #A8B86B
Black with #A8B86B
Text Example
Text Example
White with #A8B86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B86B; }
p { color: rgb(168,184,107); }
H1.HeaderClassName
{
color: #A8B86B;
}
.AnyTagClassName
{
color: #A8B86B;
}
</style>
background-color css
<style>
a { background-color: #A8B86B; }
a { background-color: rgb(168,184,107); }
div.DivClassName
{
background-color: #A8B86B;
}
.BgClassName
{
background-color: #A8B86B;
}
</style>
border-color css
<style>
span { border-color: #A8B86B; }
span { border-color: rgb(168,184,107); }
td.TdClassName
{
border-color: #A8B86B;
}
.TagClassName
{
border-color: #A8B86B;
}
</style>