Shades of Green Smoke #A8B265
Tints of Green Smoke #A8B265
RGB
CMYK
RGB Variations
Color information
#A8B265 (or 0xA8B265) is known color: Green Smoke. HEX triplet: A8, B2 and 65. RGB value is (168,178,101). Sum of RGB (Red+Green+Blue) = 168+178+101=447 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.58% from 447); Green value is 178 (69.92% from 255 or 39.82% from 447); Blue value is 101 (39.84% from 255 or 22.60% from 447); Max value from RGB is 178 - color contains mainly: green. Hex color #A8B265 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8B265 is #574D9A. Grayscale: #A6A6A6. Windows color (decimal): -5721499 or 6664872. OLE color: 6664872.
HSL color Cylindrical-coordinate representation of color #A8B265: hue angle of 67.79º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A8B265 is Cyan = 0.06, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 178 | 101 | - |
| CMYK | 0.06 | 0 | 0.43 | 0.30 |
| HSL | 67.79º | 0.33% | 0.55% | - |
| HSV(B) | 67.79º | 0.43% | 0.7% | - |
| XYZ | 34.42 | 41.11 | 18.43 | - |
| YUV | 166.23 | 91.19 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 178 | 101 | 0.06 | 0 | 0.43 | 0.30 | 67.79 | 0.33 | 0.55 |
| Hex | A8 | B2 | 65 | 6 | 0 | 2B | 1E | 44 | 21 | 37 |
| Octal | 250 | 262 | 145 | 6 | 0 | 53 | 36 | 104 | 41 | 67 |
| Binary | 10101000 | 10110010 | 1100101 | 110 | 0 | 101011 | 11110 | 1000100 | 100001 | 110111 |
Color Harmonies of #A8B265
Complementary color
Monochromatic Colors of #A8B265
Black with #A8B265
Text Example
Text Example
White with #A8B265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B265; }
p { color: rgb(168,178,101); }
H1.HeaderClassName
{
color: #A8B265;
}
.AnyTagClassName
{
color: #A8B265;
}
</style>
background-color css
<style>
a { background-color: #A8B265; }
a { background-color: rgb(168,178,101); }
div.DivClassName
{
background-color: #A8B265;
}
.BgClassName
{
background-color: #A8B265;
}
</style>
border-color css
<style>
span { border-color: #A8B265; }
span { border-color: rgb(168,178,101); }
td.TdClassName
{
border-color: #A8B265;
}
.TagClassName
{
border-color: #A8B265;
}
</style>