Shades of Wasabi #95A441
Tints of Wasabi #95A441
RGB
CMYK
RGB Variations
Color information
#95A441 (or 0x95A441) is known color: Wasabi. HEX triplet: 95, A4 and 41. RGB value is (149,164,65). Sum of RGB (Red+Green+Blue) = 149+164+65=378 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.42% from 378); Green value is 164 (64.45% from 255 or 43.39% from 378); Blue value is 65 (25.78% from 255 or 17.20% from 378); Max value from RGB is 164 - color contains mainly: green. Hex color #95A441 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95A441 is #6A5BBE. Grayscale: #949494. Windows color (decimal): -6970303 or 4301973. OLE color: 4301973.
HSL color Cylindrical-coordinate representation of color #95A441: hue angle of 69.09º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #95A441 is Cyan = 0.09, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 149 | 164 | 65 | - |
| CMYK | 0.09 | 0 | 0.60 | 0.36 |
| HSL | 69.09º | 0.43% | 0.45% | - |
| HSV(B) | 69.09º | 0.6% | 0.64% | - |
| XYZ | 26.62 | 33.32 | 10.03 | - |
| YUV | 148.23 | 81.03 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 164 | 65 | 0.09 | 0 | 0.60 | 0.36 | 69.09 | 0.43 | 0.45 |
| Hex | 95 | A4 | 41 | 9 | 0 | 3C | 24 | 45 | 2B | 2D |
| Octal | 225 | 244 | 101 | 11 | 0 | 74 | 44 | 105 | 53 | 55 |
| Binary | 10010101 | 10100100 | 1000001 | 1001 | 0 | 111100 | 100100 | 1000101 | 101011 | 101101 |
Color Harmonies of #95A441
Complementary color
Monochromatic Colors of #95A441
Black with #95A441
Text Example
Text Example
White with #95A441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95A441; }
p { color: rgb(149,164,65); }
H1.HeaderClassName
{
color: #95A441;
}
.AnyTagClassName
{
color: #95A441;
}
</style>
background-color css
<style>
a { background-color: #95A441; }
a { background-color: rgb(149,164,65); }
div.DivClassName
{
background-color: #95A441;
}
.BgClassName
{
background-color: #95A441;
}
</style>
border-color css
<style>
span { border-color: #95A441; }
span { border-color: rgb(149,164,65); }
td.TdClassName
{
border-color: #95A441;
}
.TagClassName
{
border-color: #95A441;
}
</style>