Shades of Green Smoke #A8B462
Tints of Green Smoke #A8B462
RGB
CMYK
RGB Variations
Color information
#A8B462 (or 0xA8B462) is known color: Green Smoke. HEX triplet: A8, B4 and 62. RGB value is (168,180,98). Sum of RGB (Red+Green+Blue) = 168+180+98=446 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.67% from 446); Green value is 180 (70.70% from 255 or 40.36% from 446); Blue value is 98 (38.67% from 255 or 21.97% from 446); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B462 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B462 is #574B9D. Grayscale: #A7A7A7. Windows color (decimal): -5720990 or 6468776. OLE color: 6468776.
HSL color Cylindrical-coordinate representation of color #A8B462: hue angle of 68.78º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A8B462 is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 180 | 98 | - |
| CMYK | 0.07 | 0 | 0.46 | 0.29 |
| HSL | 68.78º | 0.35% | 0.55% | - |
| HSV(B) | 68.78º | 0.46% | 0.71% | - |
| XYZ | 34.67 | 41.85 | 17.81 | - |
| YUV | 167.06 | 89.02 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 180 | 98 | 0.07 | 0 | 0.46 | 0.29 | 68.78 | 0.35 | 0.55 |
| Hex | A8 | B4 | 62 | 7 | 0 | 2E | 1D | 45 | 23 | 37 |
| Octal | 250 | 264 | 142 | 7 | 0 | 56 | 35 | 105 | 43 | 67 |
| Binary | 10101000 | 10110100 | 1100010 | 111 | 0 | 101110 | 11101 | 1000101 | 100011 | 110111 |
Color Harmonies of #A8B462
Complementary color
Monochromatic Colors of #A8B462
Black with #A8B462
Text Example
Text Example
White with #A8B462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B462; }
p { color: rgb(168,180,98); }
H1.HeaderClassName
{
color: #A8B462;
}
.AnyTagClassName
{
color: #A8B462;
}
</style>
background-color css
<style>
a { background-color: #A8B462; }
a { background-color: rgb(168,180,98); }
div.DivClassName
{
background-color: #A8B462;
}
.BgClassName
{
background-color: #A8B462;
}
</style>
border-color css
<style>
span { border-color: #A8B462; }
span { border-color: rgb(168,180,98); }
td.TdClassName
{
border-color: #A8B462;
}
.TagClassName
{
border-color: #A8B462;
}
</style>