Shades of Wasabi #95A13B
Tints of Wasabi #95A13B
RGB
CMYK
RGB Variations
Color information
#95A13B (or 0x95A13B) is known color: Wasabi. HEX triplet: 95, A1 and 3B. RGB value is (149,161,59). Sum of RGB (Red+Green+Blue) = 149+161+59=369 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.38% from 369); Green value is 161 (63.28% from 255 or 43.63% from 369); Blue value is 59 (23.44% from 255 or 15.99% from 369); Max value from RGB is 161 - color contains mainly: green. Hex color #95A13B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95A13B is #6A5EC4. Grayscale: #929292. Windows color (decimal): -6971077 or 3907989. OLE color: 3907989.
HSL color Cylindrical-coordinate representation of color #95A13B: hue angle of 67.06º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #95A13B is Cyan = 0.07, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 149 | 161 | 59 | - |
| CMYK | 0.07 | 0 | 0.63 | 0.37 |
| HSL | 67.06º | 0.46% | 0.43% | - |
| HSV(B) | 67.06º | 0.63% | 0.63% | - |
| XYZ | 25.93 | 32.2 | 8.99 | - |
| YUV | 145.78 | 79.02 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 161 | 59 | 0.07 | 0 | 0.63 | 0.37 | 67.06 | 0.46 | 0.43 |
| Hex | 95 | A1 | 3B | 7 | 0 | 3F | 25 | 43 | 2E | 2B |
| Octal | 225 | 241 | 73 | 7 | 0 | 77 | 45 | 103 | 56 | 53 |
| Binary | 10010101 | 10100001 | 111011 | 111 | 0 | 111111 | 100101 | 1000011 | 101110 | 101011 |
Color Harmonies of #95A13B
Complementary color
Monochromatic Colors of #95A13B
Black with #95A13B
Text Example
Text Example
White with #95A13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A13B; }
p { color: rgb(149,161,59); }
H1.HeaderClassName
{
color: #95A13B;
}
.AnyTagClassName
{
color: #95A13B;
}
</style>
background-color css
<style>
a { background-color: #95A13B; }
a { background-color: rgb(149,161,59); }
div.DivClassName
{
background-color: #95A13B;
}
.BgClassName
{
background-color: #95A13B;
}
</style>
border-color css
<style>
span { border-color: #95A13B; }
span { border-color: rgb(149,161,59); }
td.TdClassName
{
border-color: #95A13B;
}
.TagClassName
{
border-color: #95A13B;
}
</style>