Shades of Green Smoke #A8B56B
Tints of Green Smoke #A8B56B
RGB
CMYK
RGB Variations
Color information
#A8B56B (or 0xA8B56B) is known color: Green Smoke. HEX triplet: A8, B5 and 6B. RGB value is (168,181,107). Sum of RGB (Red+Green+Blue) = 168+181+107=456 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.84% from 456); Green value is 181 (71.09% from 255 or 39.69% from 456); Blue value is 107 (42.19% from 255 or 23.46% from 456); Max value from RGB is 181 - color contains mainly: green. Hex color #A8B56B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B56B is #574A94. Grayscale: #A8A8A8. Windows color (decimal): -5720725 or 7058856. OLE color: 7058856.
HSL color Cylindrical-coordinate representation of color #A8B56B: hue angle of 70.54º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A8B56B is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 181 | 107 | - |
| CMYK | 0.07 | 0 | 0.41 | 0.29 |
| HSL | 70.54º | 0.33% | 0.56% | - |
| HSV(B) | 70.54º | 0.41% | 0.71% | - |
| XYZ | 35.33 | 42.43 | 20.24 | - |
| YUV | 168.68 | 93.19 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 181 | 107 | 0.07 | 0 | 0.41 | 0.29 | 70.54 | 0.33 | 0.56 |
| Hex | A8 | B5 | 6B | 7 | 0 | 29 | 1D | 47 | 21 | 38 |
| Octal | 250 | 265 | 153 | 7 | 0 | 51 | 35 | 107 | 41 | 70 |
| Binary | 10101000 | 10110101 | 1101011 | 111 | 0 | 101001 | 11101 | 1000111 | 100001 | 111000 |
Color Harmonies of #A8B56B
Complementary color
Monochromatic Colors of #A8B56B
Black with #A8B56B
Text Example
Text Example
White with #A8B56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B56B; }
p { color: rgb(168,181,107); }
H1.HeaderClassName
{
color: #A8B56B;
}
.AnyTagClassName
{
color: #A8B56B;
}
</style>
background-color css
<style>
a { background-color: #A8B56B; }
a { background-color: rgb(168,181,107); }
div.DivClassName
{
background-color: #A8B56B;
}
.BgClassName
{
background-color: #A8B56B;
}
</style>
border-color css
<style>
span { border-color: #A8B56B; }
span { border-color: rgb(168,181,107); }
td.TdClassName
{
border-color: #A8B56B;
}
.TagClassName
{
border-color: #A8B56B;
}
</style>