Shades of Green Smoke #A3B65B
Tints of Green Smoke #A3B65B
RGB
CMYK
RGB Variations
Color information
#A3B65B (or 0xA3B65B) is known color: Green Smoke. HEX triplet: A3, B6 and 5B. RGB value is (163,182,91). Sum of RGB (Red+Green+Blue) = 163+182+91=436 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.39% from 436); Green value is 182 (71.48% from 255 or 41.74% from 436); Blue value is 91 (35.94% from 255 or 20.87% from 436); Max value from RGB is 182 - color contains mainly: green. Hex color #A3B65B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3B65B is #5C49A4. Grayscale: #A6A6A6. Windows color (decimal): -6048165 or 6010531. OLE color: 6010531.
HSL color Cylindrical-coordinate representation of color #A3B65B: hue angle of 72.53º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A3B65B is Cyan = 0.10, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 182 | 91 | - |
| CMYK | 0.10 | 0 | 0.5 | 0.29 |
| HSL | 72.53º | 0.38% | 0.54% | - |
| HSV(B) | 72.53º | 0.5% | 0.71% | - |
| XYZ | 33.72 | 42 | 16.23 | - |
| YUV | 165.95 | 85.71 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 182 | 91 | 0.10 | 0 | 0.5 | 0.29 | 72.53 | 0.38 | 0.54 |
| Hex | A3 | B6 | 5B | A | 0 | 32 | 1D | 49 | 26 | 36 |
| Octal | 243 | 266 | 133 | 12 | 0 | 62 | 35 | 111 | 46 | 66 |
| Binary | 10100011 | 10110110 | 1011011 | 1010 | 0 | 110010 | 11101 | 1001001 | 100110 | 110110 |
Color Harmonies of #A3B65B
Complementary color
Monochromatic Colors of #A3B65B
Black with #A3B65B
Text Example
Text Example
White with #A3B65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B65B; }
p { color: rgb(163,182,91); }
H1.HeaderClassName
{
color: #A3B65B;
}
.AnyTagClassName
{
color: #A3B65B;
}
</style>
background-color css
<style>
a { background-color: #A3B65B; }
a { background-color: rgb(163,182,91); }
div.DivClassName
{
background-color: #A3B65B;
}
.BgClassName
{
background-color: #A3B65B;
}
</style>
border-color css
<style>
span { border-color: #A3B65B; }
span { border-color: rgb(163,182,91); }
td.TdClassName
{
border-color: #A3B65B;
}
.TagClassName
{
border-color: #A3B65B;
}
</style>