Shades of Green Smoke #A4B15A
Tints of Green Smoke #A4B15A
RGB
CMYK
RGB Variations
Color information
#A4B15A (or 0xA4B15A) is known color: Green Smoke. HEX triplet: A4, B1 and 5A. RGB value is (164,177,90). Sum of RGB (Red+Green+Blue) = 164+177+90=431 (57% of max value = 765). Red value is 164 (64.45% from 255 or 38.05% from 431); Green value is 177 (69.53% from 255 or 41.07% from 431); Blue value is 90 (35.55% from 255 or 20.88% from 431); Max value from RGB is 177 - color contains mainly: green. Hex color #A4B15A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4B15A is #5B4EA5. Grayscale: #A3A3A3. Windows color (decimal): -5983910 or 5943716. OLE color: 5943716.
HSL color Cylindrical-coordinate representation of color #A4B15A: hue angle of 68.97º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A4B15A is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 164 | 177 | 90 | - |
| CMYK | 0.07 | 0 | 0.49 | 0.31 |
| HSL | 68.97º | 0.36% | 0.52% | - |
| HSV(B) | 68.97º | 0.49% | 0.69% | - |
| XYZ | 32.88 | 40.07 | 15.68 | - |
| YUV | 163.2 | 86.69 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 177 | 90 | 0.07 | 0 | 0.49 | 0.31 | 68.97 | 0.36 | 0.52 |
| Hex | A4 | B1 | 5A | 7 | 0 | 31 | 1F | 45 | 24 | 34 |
| Octal | 244 | 261 | 132 | 7 | 0 | 61 | 37 | 105 | 44 | 64 |
| Binary | 10100100 | 10110001 | 1011010 | 111 | 0 | 110001 | 11111 | 1000101 | 100100 | 110100 |
Color Harmonies of #A4B15A
Complementary color
Monochromatic Colors of #A4B15A
Black with #A4B15A
Text Example
Text Example
White with #A4B15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B15A; }
p { color: rgb(164,177,90); }
H1.HeaderClassName
{
color: #A4B15A;
}
.AnyTagClassName
{
color: #A4B15A;
}
</style>
background-color css
<style>
a { background-color: #A4B15A; }
a { background-color: rgb(164,177,90); }
div.DivClassName
{
background-color: #A4B15A;
}
.BgClassName
{
background-color: #A4B15A;
}
</style>
border-color css
<style>
span { border-color: #A4B15A; }
span { border-color: rgb(164,177,90); }
td.TdClassName
{
border-color: #A4B15A;
}
.TagClassName
{
border-color: #A4B15A;
}
</style>