Shades of Wasabi #95A545
Tints of Wasabi #95A545
RGB
CMYK
RGB Variations
Color information
#95A545 (or 0x95A545) is known color: Wasabi. HEX triplet: 95, A5 and 45. RGB value is (149,165,69). Sum of RGB (Red+Green+Blue) = 149+165+69=383 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.90% from 383); Green value is 165 (64.84% from 255 or 43.08% from 383); Blue value is 69 (27.34% from 255 or 18.02% from 383); Max value from RGB is 165 - color contains mainly: green. Hex color #95A545 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95A545 is #6A5ABA. Grayscale: #959595. Windows color (decimal): -6970043 or 4564373. OLE color: 4564373.
HSL color Cylindrical-coordinate representation of color #95A545: hue angle of 70º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #95A545 is Cyan = 0.10, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 149 | 165 | 69 | - |
| CMYK | 0.10 | 0 | 0.58 | 0.35 |
| HSL | 70º | 0.41% | 0.46% | - |
| HSV(B) | 70º | 0.58% | 0.65% | - |
| XYZ | 26.92 | 33.73 | 10.72 | - |
| YUV | 149.27 | 82.7 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 165 | 69 | 0.10 | 0 | 0.58 | 0.35 | 70 | 0.41 | 0.46 |
| Hex | 95 | A5 | 45 | A | 0 | 3A | 23 | 46 | 29 | 2E |
| Octal | 225 | 245 | 105 | 12 | 0 | 72 | 43 | 106 | 51 | 56 |
| Binary | 10010101 | 10100101 | 1000101 | 1010 | 0 | 111010 | 100011 | 1000110 | 101001 | 101110 |
Color Harmonies of #95A545
Complementary color
Monochromatic Colors of #95A545
Black with #95A545
Text Example
Text Example
White with #95A545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A545; }
p { color: rgb(149,165,69); }
H1.HeaderClassName
{
color: #95A545;
}
.AnyTagClassName
{
color: #95A545;
}
</style>
background-color css
<style>
a { background-color: #95A545; }
a { background-color: rgb(149,165,69); }
div.DivClassName
{
background-color: #95A545;
}
.BgClassName
{
background-color: #95A545;
}
</style>
border-color css
<style>
span { border-color: #95A545; }
span { border-color: rgb(149,165,69); }
td.TdClassName
{
border-color: #95A545;
}
.TagClassName
{
border-color: #95A545;
}
</style>