Shades of Green Smoke #A8B461
Tints of Green Smoke #A8B461
RGB
CMYK
RGB Variations
Color information
#A8B461 (or 0xA8B461) is known color: Green Smoke. HEX triplet: A8, B4 and 61. RGB value is (168,180,97). Sum of RGB (Red+Green+Blue) = 168+180+97=445 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.75% from 445); Green value is 180 (70.70% from 255 or 40.45% from 445); Blue value is 97 (38.28% from 255 or 21.80% from 445); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B461 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B461 is #574B9E. Grayscale: #A7A7A7. Windows color (decimal): -5720991 or 6403240. OLE color: 6403240.
HSL color Cylindrical-coordinate representation of color #A8B461: hue angle of 68.67º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A8B461 is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 180 | 97 | - |
| CMYK | 0.07 | 0 | 0.46 | 0.29 |
| HSL | 68.67º | 0.36% | 0.54% | - |
| HSV(B) | 68.67º | 0.46% | 0.71% | - |
| XYZ | 34.63 | 41.83 | 17.56 | - |
| YUV | 166.95 | 88.52 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 180 | 97 | 0.07 | 0 | 0.46 | 0.29 | 68.67 | 0.36 | 0.54 |
| Hex | A8 | B4 | 61 | 7 | 0 | 2E | 1D | 45 | 24 | 36 |
| Octal | 250 | 264 | 141 | 7 | 0 | 56 | 35 | 105 | 44 | 66 |
| Binary | 10101000 | 10110100 | 1100001 | 111 | 0 | 101110 | 11101 | 1000101 | 100100 | 110110 |
Color Harmonies of #A8B461
Complementary color
Monochromatic Colors of #A8B461
Black with #A8B461
Text Example
Text Example
White with #A8B461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B461; }
p { color: rgb(168,180,97); }
H1.HeaderClassName
{
color: #A8B461;
}
.AnyTagClassName
{
color: #A8B461;
}
</style>
background-color css
<style>
a { background-color: #A8B461; }
a { background-color: rgb(168,180,97); }
div.DivClassName
{
background-color: #A8B461;
}
.BgClassName
{
background-color: #A8B461;
}
</style>
border-color css
<style>
span { border-color: #A8B461; }
span { border-color: rgb(168,180,97); }
td.TdClassName
{
border-color: #A8B461;
}
.TagClassName
{
border-color: #A8B461;
}
</style>