Shades of Green Smoke #A4B255
Tints of Green Smoke #A4B255
RGB
CMYK
RGB Variations
Color information
#A4B255 (or 0xA4B255) is known color: Green Smoke. HEX triplet: A4, B2 and 55. RGB value is (164,178,85). Sum of RGB (Red+Green+Blue) = 164+178+85=427 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.41% from 427); Green value is 178 (69.92% from 255 or 41.69% from 427); Blue value is 85 (33.59% from 255 or 19.91% from 427); Max value from RGB is 178 - color contains mainly: green. Hex color #A4B255 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4B255 is #5B4DAA. Grayscale: #A3A3A3. Windows color (decimal): -5983659 or 5616292. OLE color: 5616292.
HSL color Cylindrical-coordinate representation of color #A4B255: hue angle of 69.03º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A4B255 is Cyan = 0.08, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 164 | 178 | 85 | - |
| CMYK | 0.08 | 0 | 0.52 | 0.30 |
| HSL | 69.03º | 0.38% | 0.52% | - |
| HSV(B) | 69.03º | 0.52% | 0.7% | - |
| XYZ | 32.87 | 40.39 | 14.66 | - |
| YUV | 163.21 | 83.86 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 178 | 85 | 0.08 | 0 | 0.52 | 0.30 | 69.03 | 0.38 | 0.52 |
| Hex | A4 | B2 | 55 | 8 | 0 | 34 | 1E | 45 | 26 | 34 |
| Octal | 244 | 262 | 125 | 10 | 0 | 64 | 36 | 105 | 46 | 64 |
| Binary | 10100100 | 10110010 | 1010101 | 1000 | 0 | 110100 | 11110 | 1000101 | 100110 | 110100 |
Color Harmonies of #A4B255
Complementary color
Monochromatic Colors of #A4B255
Black with #A4B255
Text Example
Text Example
White with #A4B255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B255; }
p { color: rgb(164,178,85); }
H1.HeaderClassName
{
color: #A4B255;
}
.AnyTagClassName
{
color: #A4B255;
}
</style>
background-color css
<style>
a { background-color: #A4B255; }
a { background-color: rgb(164,178,85); }
div.DivClassName
{
background-color: #A4B255;
}
.BgClassName
{
background-color: #A4B255;
}
</style>
border-color css
<style>
span { border-color: #A4B255; }
span { border-color: rgb(164,178,85); }
td.TdClassName
{
border-color: #A4B255;
}
.TagClassName
{
border-color: #A4B255;
}
</style>