Shades of Wasabi #95A53E
Tints of Wasabi #95A53E
RGB
CMYK
RGB Variations
Color information
#95A53E (or 0x95A53E) is known color: Wasabi. HEX triplet: 95, A5 and 3E. RGB value is (149,165,62). Sum of RGB (Red+Green+Blue) = 149+165+62=376 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.63% from 376); Green value is 165 (64.84% from 255 or 43.88% from 376); Blue value is 62 (24.61% from 255 or 16.49% from 376); Max value from RGB is 165 - color contains mainly: green. Hex color #95A53E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95A53E is #6A5AC1. Grayscale: #949494. Windows color (decimal): -6970050 or 4105621. OLE color: 4105621.
HSL color Cylindrical-coordinate representation of color #95A53E: hue angle of 69.32º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #95A53E is Cyan = 0.10, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 149 | 165 | 62 | - |
| CMYK | 0.10 | 0 | 0.62 | 0.35 |
| HSL | 69.32º | 0.45% | 0.45% | - |
| HSV(B) | 69.32º | 0.62% | 0.65% | - |
| XYZ | 26.72 | 33.65 | 9.64 | - |
| YUV | 148.47 | 79.2 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 165 | 62 | 0.10 | 0 | 0.62 | 0.35 | 69.32 | 0.45 | 0.45 |
| Hex | 95 | A5 | 3E | A | 0 | 3E | 23 | 45 | 2D | 2D |
| Octal | 225 | 245 | 76 | 12 | 0 | 76 | 43 | 105 | 55 | 55 |
| Binary | 10010101 | 10100101 | 111110 | 1010 | 0 | 111110 | 100011 | 1000101 | 101101 | 101101 |
Color Harmonies of #95A53E
Complementary color
Monochromatic Colors of #95A53E
Black with #95A53E
Text Example
Text Example
White with #95A53E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A53E; }
p { color: rgb(149,165,62); }
H1.HeaderClassName
{
color: #95A53E;
}
.AnyTagClassName
{
color: #95A53E;
}
</style>
background-color css
<style>
a { background-color: #95A53E; }
a { background-color: rgb(149,165,62); }
div.DivClassName
{
background-color: #95A53E;
}
.BgClassName
{
background-color: #95A53E;
}
</style>
border-color css
<style>
span { border-color: #95A53E; }
span { border-color: rgb(149,165,62); }
td.TdClassName
{
border-color: #95A53E;
}
.TagClassName
{
border-color: #95A53E;
}
</style>