Shades of Green Smoke #95A256
Tints of Green Smoke #95A256
RGB
CMYK
RGB Variations
Color information
#95A256 (or 0x95A256) is known color: Green Smoke. HEX triplet: 95, A2 and 56. RGB value is (149,162,86). Sum of RGB (Red+Green+Blue) = 149+162+86=397 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.53% from 397); Green value is 162 (63.67% from 255 or 40.81% from 397); Blue value is 86 (33.98% from 255 or 21.66% from 397); Max value from RGB is 162 - color contains mainly: green. Hex color #95A256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A256 is #6A5DA9. Grayscale: #959595. Windows color (decimal): -6970794 or 5677717. OLE color: 5677717.
HSL color Cylindrical-coordinate representation of color #95A256: hue angle of 70.26º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #95A256 is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 149 | 162 | 86 | - |
| CMYK | 0.08 | 0 | 0.47 | 0.36 |
| HSL | 70.26º | 0.31% | 0.49% | - |
| HSV(B) | 70.26º | 0.47% | 0.64% | - |
| XYZ | 26.99 | 32.9 | 13.73 | - |
| YUV | 149.45 | 92.19 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 162 | 86 | 0.08 | 0 | 0.47 | 0.36 | 70.26 | 0.31 | 0.49 |
| Hex | 95 | A2 | 56 | 8 | 0 | 2F | 24 | 46 | 1F | 31 |
| Octal | 225 | 242 | 126 | 10 | 0 | 57 | 44 | 106 | 37 | 61 |
| Binary | 10010101 | 10100010 | 1010110 | 1000 | 0 | 101111 | 100100 | 1000110 | 11111 | 110001 |
Color Harmonies of #95A256
Complementary color
Monochromatic Colors of #95A256
Black with #95A256
Text Example
Text Example
White with #95A256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A256; }
p { color: rgb(149,162,86); }
H1.HeaderClassName
{
color: #95A256;
}
.AnyTagClassName
{
color: #95A256;
}
</style>
background-color css
<style>
a { background-color: #95A256; }
a { background-color: rgb(149,162,86); }
div.DivClassName
{
background-color: #95A256;
}
.BgClassName
{
background-color: #95A256;
}
</style>
border-color css
<style>
span { border-color: #95A256; }
span { border-color: rgb(149,162,86); }
td.TdClassName
{
border-color: #95A256;
}
.TagClassName
{
border-color: #95A256;
}
</style>