Shades of Green Smoke #A2B267
Tints of Green Smoke #A2B267
RGB
CMYK
RGB Variations
Color information
#A2B267 (or 0xA2B267) is known color: Green Smoke. HEX triplet: A2, B2 and 67. RGB value is (162,178,103). Sum of RGB (Red+Green+Blue) = 162+178+103=443 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.57% from 443); Green value is 178 (69.92% from 255 or 40.18% from 443); Blue value is 103 (40.62% from 255 or 23.25% from 443); Max value from RGB is 178 - color contains mainly: green. Hex color #A2B267 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2B267 is #5D4D98. Grayscale: #A4A4A4. Windows color (decimal): -6114713 or 6795938. OLE color: 6795938.
HSL color Cylindrical-coordinate representation of color #A2B267: hue angle of 72.8º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A2B267 is Cyan = 0.09, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 162 | 178 | 103 | - |
| CMYK | 0.09 | 0 | 0.42 | 0.30 |
| HSL | 72.8º | 0.33% | 0.55% | - |
| HSV(B) | 72.8º | 0.42% | 0.7% | - |
| XYZ | 33.27 | 40.5 | 18.9 | - |
| YUV | 164.67 | 93.2 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 178 | 103 | 0.09 | 0 | 0.42 | 0.30 | 72.8 | 0.33 | 0.55 |
| Hex | A2 | B2 | 67 | 9 | 0 | 2A | 1E | 49 | 21 | 37 |
| Octal | 242 | 262 | 147 | 11 | 0 | 52 | 36 | 111 | 41 | 67 |
| Binary | 10100010 | 10110010 | 1100111 | 1001 | 0 | 101010 | 11110 | 1001001 | 100001 | 110111 |
Color Harmonies of #A2B267
Complementary color
Monochromatic Colors of #A2B267
Black with #A2B267
Text Example
Text Example
White with #A2B267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B267; }
p { color: rgb(162,178,103); }
H1.HeaderClassName
{
color: #A2B267;
}
.AnyTagClassName
{
color: #A2B267;
}
</style>
background-color css
<style>
a { background-color: #A2B267; }
a { background-color: rgb(162,178,103); }
div.DivClassName
{
background-color: #A2B267;
}
.BgClassName
{
background-color: #A2B267;
}
</style>
border-color css
<style>
span { border-color: #A2B267; }
span { border-color: rgb(162,178,103); }
td.TdClassName
{
border-color: #A2B267;
}
.TagClassName
{
border-color: #A2B267;
}
</style>