Shades of Green Smoke #A4B467
Tints of Green Smoke #A4B467
RGB
CMYK
RGB Variations
Color information
#A4B467 (or 0xA4B467) is known color: Green Smoke. HEX triplet: A4, B4 and 67. RGB value is (164,180,103). Sum of RGB (Red+Green+Blue) = 164+180+103=447 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.69% from 447); Green value is 180 (70.70% from 255 or 40.27% from 447); Blue value is 103 (40.62% from 255 or 23.04% from 447); Max value from RGB is 180 - color contains mainly: green. Hex color #A4B467 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B467 is #5B4B98. Grayscale: #A6A6A6. Windows color (decimal): -5983129 or 6796452. OLE color: 6796452.
HSL color Cylindrical-coordinate representation of color #A4B467: hue angle of 72.47º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A4B467 is Cyan = 0.09, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 164 | 180 | 103 | - |
| CMYK | 0.09 | 0 | 0.43 | 0.29 |
| HSL | 72.47º | 0.34% | 0.55% | - |
| HSV(B) | 72.47º | 0.43% | 0.71% | - |
| XYZ | 34.08 | 41.51 | 19.05 | - |
| YUV | 166.44 | 92.2 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 180 | 103 | 0.09 | 0 | 0.43 | 0.29 | 72.47 | 0.34 | 0.55 |
| Hex | A4 | B4 | 67 | 9 | 0 | 2B | 1D | 48 | 22 | 37 |
| Octal | 244 | 264 | 147 | 11 | 0 | 53 | 35 | 110 | 42 | 67 |
| Binary | 10100100 | 10110100 | 1100111 | 1001 | 0 | 101011 | 11101 | 1001000 | 100010 | 110111 |
Color Harmonies of #A4B467
Complementary color
Monochromatic Colors of #A4B467
Black with #A4B467
Text Example
Text Example
White with #A4B467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B467; }
p { color: rgb(164,180,103); }
H1.HeaderClassName
{
color: #A4B467;
}
.AnyTagClassName
{
color: #A4B467;
}
</style>
background-color css
<style>
a { background-color: #A4B467; }
a { background-color: rgb(164,180,103); }
div.DivClassName
{
background-color: #A4B467;
}
.BgClassName
{
background-color: #A4B467;
}
</style>
border-color css
<style>
span { border-color: #A4B467; }
span { border-color: rgb(164,180,103); }
td.TdClassName
{
border-color: #A4B467;
}
.TagClassName
{
border-color: #A4B467;
}
</style>