Shades of Green Smoke #A8BB62
Tints of Green Smoke #A8BB62
RGB
CMYK
RGB Variations
Color information
#A8BB62 (or 0xA8BB62) is known color: Green Smoke. HEX triplet: A8, BB and 62. RGB value is (168,187,98). Sum of RGB (Red+Green+Blue) = 168+187+98=453 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.09% from 453); Green value is 187 (73.44% from 255 or 41.28% from 453); Blue value is 98 (38.67% from 255 or 21.63% from 453); Max value from RGB is 187 - color contains mainly: green. Hex color #A8BB62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BB62 is #57449D. Grayscale: #ABABAB. Windows color (decimal): -5719198 or 6470568. OLE color: 6470568.
HSL color Cylindrical-coordinate representation of color #A8BB62: hue angle of 72.81º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A8BB62 is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 187 | 98 | - |
| CMYK | 0.10 | 0 | 0.48 | 0.27 |
| HSL | 72.81º | 0.4% | 0.56% | - |
| HSV(B) | 72.81º | 0.48% | 0.73% | - |
| XYZ | 36.12 | 44.75 | 18.29 | - |
| YUV | 171.17 | 86.71 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 187 | 98 | 0.10 | 0 | 0.48 | 0.27 | 72.81 | 0.4 | 0.56 |
| Hex | A8 | BB | 62 | A | 0 | 30 | 1B | 49 | 28 | 38 |
| Octal | 250 | 273 | 142 | 12 | 0 | 60 | 33 | 111 | 50 | 70 |
| Binary | 10101000 | 10111011 | 1100010 | 1010 | 0 | 110000 | 11011 | 1001001 | 101000 | 111000 |
Color Harmonies of #A8BB62
Complementary color
Monochromatic Colors of #A8BB62
Black with #A8BB62
Text Example
Text Example
White with #A8BB62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BB62; }
p { color: rgb(168,187,98); }
H1.HeaderClassName
{
color: #A8BB62;
}
.AnyTagClassName
{
color: #A8BB62;
}
</style>
background-color css
<style>
a { background-color: #A8BB62; }
a { background-color: rgb(168,187,98); }
div.DivClassName
{
background-color: #A8BB62;
}
.BgClassName
{
background-color: #A8BB62;
}
</style>
border-color css
<style>
span { border-color: #A8BB62; }
span { border-color: rgb(168,187,98); }
td.TdClassName
{
border-color: #A8BB62;
}
.TagClassName
{
border-color: #A8BB62;
}
</style>