Shades of Wasabi #95A543
Tints of Wasabi #95A543
RGB
CMYK
RGB Variations
Color information
#95A543 (or 0x95A543) is known color: Wasabi. HEX triplet: 95, A5 and 43. RGB value is (149,165,67). Sum of RGB (Red+Green+Blue) = 149+165+67=381 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.11% from 381); Green value is 165 (64.84% from 255 or 43.31% from 381); Blue value is 67 (26.56% from 255 or 17.59% from 381); Max value from RGB is 165 - color contains mainly: green. Hex color #95A543 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95A543 is #6A5ABC. Grayscale: #959595. Windows color (decimal): -6970045 or 4433301. OLE color: 4433301.
HSL color Cylindrical-coordinate representation of color #95A543: hue angle of 69.8º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #95A543 is Cyan = 0.10, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 149 | 165 | 67 | - |
| CMYK | 0.10 | 0 | 0.59 | 0.35 |
| HSL | 69.8º | 0.42% | 0.45% | - |
| HSV(B) | 69.8º | 0.59% | 0.65% | - |
| XYZ | 26.86 | 33.71 | 10.4 | - |
| YUV | 149.04 | 81.7 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 165 | 67 | 0.10 | 0 | 0.59 | 0.35 | 69.8 | 0.42 | 0.45 |
| Hex | 95 | A5 | 43 | A | 0 | 3B | 23 | 46 | 2A | 2D |
| Octal | 225 | 245 | 103 | 12 | 0 | 73 | 43 | 106 | 52 | 55 |
| Binary | 10010101 | 10100101 | 1000011 | 1010 | 0 | 111011 | 100011 | 1000110 | 101010 | 101101 |
Color Harmonies of #95A543
Complementary color
Monochromatic Colors of #95A543
Black with #95A543
Text Example
Text Example
White with #95A543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A543; }
p { color: rgb(149,165,67); }
H1.HeaderClassName
{
color: #95A543;
}
.AnyTagClassName
{
color: #95A543;
}
</style>
background-color css
<style>
a { background-color: #95A543; }
a { background-color: rgb(149,165,67); }
div.DivClassName
{
background-color: #95A543;
}
.BgClassName
{
background-color: #95A543;
}
</style>
border-color css
<style>
span { border-color: #95A543; }
span { border-color: rgb(149,165,67); }
td.TdClassName
{
border-color: #95A543;
}
.TagClassName
{
border-color: #95A543;
}
</style>