Shades of Green Smoke #A2B265
Tints of Green Smoke #A2B265
RGB
CMYK
RGB Variations
Color information
#A2B265 (or 0xA2B265) is known color: Green Smoke. HEX triplet: A2, B2 and 65. RGB value is (162,178,101). Sum of RGB (Red+Green+Blue) = 162+178+101=441 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.73% from 441); Green value is 178 (69.92% from 255 or 40.36% from 441); Blue value is 101 (39.84% from 255 or 22.90% from 441); Max value from RGB is 178 - color contains mainly: green. Hex color #A2B265 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2B265 is #5D4D9A. Grayscale: #A4A4A4. Windows color (decimal): -6114715 or 6664866. OLE color: 6664866.
HSL color Cylindrical-coordinate representation of color #A2B265: hue angle of 72.47º 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 #A2B265 is Cyan = 0.09, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 162 | 178 | 101 | - |
| CMYK | 0.09 | 0 | 0.43 | 0.30 |
| HSL | 72.47º | 0.33% | 0.55% | - |
| HSV(B) | 72.47º | 0.43% | 0.7% | - |
| XYZ | 33.17 | 40.46 | 18.37 | - |
| YUV | 164.44 | 92.2 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 178 | 101 | 0.09 | 0 | 0.43 | 0.30 | 72.47 | 0.33 | 0.55 |
| Hex | A2 | B2 | 65 | 9 | 0 | 2B | 1E | 48 | 21 | 37 |
| Octal | 242 | 262 | 145 | 11 | 0 | 53 | 36 | 110 | 41 | 67 |
| Binary | 10100010 | 10110010 | 1100101 | 1001 | 0 | 101011 | 11110 | 1001000 | 100001 | 110111 |
Color Harmonies of #A2B265
Complementary color
Monochromatic Colors of #A2B265
Black with #A2B265
Text Example
Text Example
White with #A2B265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B265; }
p { color: rgb(162,178,101); }
H1.HeaderClassName
{
color: #A2B265;
}
.AnyTagClassName
{
color: #A2B265;
}
</style>
background-color css
<style>
a { background-color: #A2B265; }
a { background-color: rgb(162,178,101); }
div.DivClassName
{
background-color: #A2B265;
}
.BgClassName
{
background-color: #A2B265;
}
</style>
border-color css
<style>
span { border-color: #A2B265; }
span { border-color: rgb(162,178,101); }
td.TdClassName
{
border-color: #A2B265;
}
.TagClassName
{
border-color: #A2B265;
}
</style>