Shades of Wasabi #95A642
Tints of Wasabi #95A642
RGB
CMYK
RGB Variations
Color information
#95A642 (or 0x95A642) is known color: Wasabi. HEX triplet: 95, A6 and 42. RGB value is (149,166,66). Sum of RGB (Red+Green+Blue) = 149+166+66=381 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.11% from 381); Green value is 166 (65.23% from 255 or 43.57% from 381); Blue value is 66 (26.17% from 255 or 17.32% from 381); Max value from RGB is 166 - color contains mainly: green. Hex color #95A642 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95A642 is #6A59BD. Grayscale: #959595. Windows color (decimal): -6969790 or 4368021. OLE color: 4368021.
HSL color Cylindrical-coordinate representation of color #95A642: hue angle of 70.2º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #95A642 is Cyan = 0.10, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 149 | 166 | 66 | - |
| CMYK | 0.10 | 0 | 0.60 | 0.35 |
| HSL | 70.2º | 0.43% | 0.45% | - |
| HSV(B) | 70.2º | 0.6% | 0.65% | - |
| XYZ | 27.01 | 34.06 | 10.3 | - |
| YUV | 149.52 | 80.87 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 166 | 66 | 0.10 | 0 | 0.60 | 0.35 | 70.2 | 0.43 | 0.45 |
| Hex | 95 | A6 | 42 | A | 0 | 3C | 23 | 46 | 2B | 2D |
| Octal | 225 | 246 | 102 | 12 | 0 | 74 | 43 | 106 | 53 | 55 |
| Binary | 10010101 | 10100110 | 1000010 | 1010 | 0 | 111100 | 100011 | 1000110 | 101011 | 101101 |
Color Harmonies of #95A642
Complementary color
Monochromatic Colors of #95A642
Black with #95A642
Text Example
Text Example
White with #95A642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A642; }
p { color: rgb(149,166,66); }
H1.HeaderClassName
{
color: #95A642;
}
.AnyTagClassName
{
color: #95A642;
}
</style>
background-color css
<style>
a { background-color: #95A642; }
a { background-color: rgb(149,166,66); }
div.DivClassName
{
background-color: #95A642;
}
.BgClassName
{
background-color: #95A642;
}
</style>
border-color css
<style>
span { border-color: #95A642; }
span { border-color: rgb(149,166,66); }
td.TdClassName
{
border-color: #95A642;
}
.TagClassName
{
border-color: #95A642;
}
</style>