Shades of Wasabi #88952F
Tints of Wasabi #88952F
RGB
CMYK
RGB Variations
Color information
#88952F (or 0x88952F) is known color: Wasabi. HEX triplet: 88, 95 and 2F. RGB value is (136,149,47). Sum of RGB (Red+Green+Blue) = 136+149+47=332 (43% of max value = 765). Red value is 136 (53.52% from 255 or 40.96% from 332); Green value is 149 (58.59% from 255 or 44.88% from 332); Blue value is 47 (18.75% from 255 or 14.16% from 332); Max value from RGB is 149 - color contains mainly: green. Hex color #88952F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88952F is #776AD0. Grayscale: #858585. Windows color (decimal): -7826129 or 3118472. OLE color: 3118472.
HSL color Cylindrical-coordinate representation of color #88952F: hue angle of 67.65º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #88952F is Cyan = 0.09, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 136 | 149 | 47 | - |
| CMYK | 0.09 | 0 | 0.68 | 0.42 |
| HSL | 67.65º | 0.52% | 0.38% | - |
| HSV(B) | 67.65º | 0.68% | 0.58% | - |
| XYZ | 21.41 | 26.93 | 6.76 | - |
| YUV | 133.49 | 79.19 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 149 | 47 | 0.09 | 0 | 0.68 | 0.42 | 67.65 | 0.52 | 0.38 |
| Hex | 88 | 95 | 2F | 9 | 0 | 44 | 2A | 44 | 34 | 26 |
| Octal | 210 | 225 | 57 | 11 | 0 | 104 | 52 | 104 | 64 | 46 |
| Binary | 10001000 | 10010101 | 101111 | 1001 | 0 | 1000100 | 101010 | 1000100 | 110100 | 100110 |
Color Harmonies of #88952F
Complementary color
Monochromatic Colors of #88952F
Black with #88952F
Text Example
Text Example
White with #88952F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88952F; }
p { color: rgb(136,149,47); }
H1.HeaderClassName
{
color: #88952F;
}
.AnyTagClassName
{
color: #88952F;
}
</style>
background-color css
<style>
a { background-color: #88952F; }
a { background-color: rgb(136,149,47); }
div.DivClassName
{
background-color: #88952F;
}
.BgClassName
{
background-color: #88952F;
}
</style>
border-color css
<style>
span { border-color: #88952F; }
span { border-color: rgb(136,149,47); }
td.TdClassName
{
border-color: #88952F;
}
.TagClassName
{
border-color: #88952F;
}
</style>