Shades of Wasabi #95A144
Tints of Wasabi #95A144
RGB
CMYK
RGB Variations
Color information
#95A144 (or 0x95A144) is known color: Wasabi. HEX triplet: 95, A1 and 44. RGB value is (149,161,68). Sum of RGB (Red+Green+Blue) = 149+161+68=378 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.42% from 378); Green value is 161 (63.28% from 255 or 42.59% from 378); Blue value is 68 (26.95% from 255 or 17.99% from 378); Max value from RGB is 161 - color contains mainly: green. Hex color #95A144 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95A144 is #6A5EBB. Grayscale: #939393. Windows color (decimal): -6971068 or 4497813. OLE color: 4497813.
HSL color Cylindrical-coordinate representation of color #95A144: hue angle of 67.74º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #95A144 is Cyan = 0.07, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 149 | 161 | 68 | - |
| CMYK | 0.07 | 0 | 0.58 | 0.37 |
| HSL | 67.74º | 0.41% | 0.45% | - |
| HSV(B) | 67.74º | 0.58% | 0.63% | - |
| XYZ | 26.18 | 32.3 | 10.32 | - |
| YUV | 146.81 | 83.52 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 161 | 68 | 0.07 | 0 | 0.58 | 0.37 | 67.74 | 0.41 | 0.45 |
| Hex | 95 | A1 | 44 | 7 | 0 | 3A | 25 | 44 | 29 | 2D |
| Octal | 225 | 241 | 104 | 7 | 0 | 72 | 45 | 104 | 51 | 55 |
| Binary | 10010101 | 10100001 | 1000100 | 111 | 0 | 111010 | 100101 | 1000100 | 101001 | 101101 |
Color Harmonies of #95A144
Complementary color
Monochromatic Colors of #95A144
Black with #95A144
Text Example
Text Example
White with #95A144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A144; }
p { color: rgb(149,161,68); }
H1.HeaderClassName
{
color: #95A144;
}
.AnyTagClassName
{
color: #95A144;
}
</style>
background-color css
<style>
a { background-color: #95A144; }
a { background-color: rgb(149,161,68); }
div.DivClassName
{
background-color: #95A144;
}
.BgClassName
{
background-color: #95A144;
}
</style>
border-color css
<style>
span { border-color: #95A144; }
span { border-color: rgb(149,161,68); }
td.TdClassName
{
border-color: #95A144;
}
.TagClassName
{
border-color: #95A144;
}
</style>