Shades of Wasabi #888A2F
Tints of Wasabi #888A2F
RGB
CMYK
RGB Variations
Color information
#888A2F (or 0x888A2F) is known color: Wasabi. HEX triplet: 88, 8A and 2F. RGB value is (136,138,47). Sum of RGB (Red+Green+Blue) = 136+138+47=321 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.37% from 321); Green value is 138 (54.30% from 255 or 42.99% from 321); Blue value is 47 (18.75% from 255 or 14.64% from 321); Max value from RGB is 138 - color contains mainly: green. Hex color #888A2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888A2F is #7775D0. Grayscale: #7F7F7F. Windows color (decimal): -7828945 or 3115656. OLE color: 3115656.
HSL color Cylindrical-coordinate representation of color #888A2F: hue angle of 61.32º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #888A2F is Cyan = 0.01, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 136 | 138 | 47 | - |
| CMYK | 0.01 | 0 | 0.66 | 0.46 |
| HSL | 61.32º | 0.49% | 0.36% | - |
| HSV(B) | 61.32º | 0.66% | 0.54% | - |
| XYZ | 19.75 | 23.62 | 6.21 | - |
| YUV | 127.03 | 82.84 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 138 | 47 | 0.01 | 0 | 0.66 | 0.46 | 61.32 | 0.49 | 0.36 |
| Hex | 88 | 8A | 2F | 1 | 0 | 42 | 2E | 3D | 31 | 24 |
| Octal | 210 | 212 | 57 | 1 | 0 | 102 | 56 | 75 | 61 | 44 |
| Binary | 10001000 | 10001010 | 101111 | 1 | 0 | 1000010 | 101110 | 111101 | 110001 | 100100 |
Color Harmonies of #888A2F
Complementary color
Monochromatic Colors of #888A2F
Black with #888A2F
Text Example
Text Example
White with #888A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888A2F; }
p { color: rgb(136,138,47); }
H1.HeaderClassName
{
color: #888A2F;
}
.AnyTagClassName
{
color: #888A2F;
}
</style>
background-color css
<style>
a { background-color: #888A2F; }
a { background-color: rgb(136,138,47); }
div.DivClassName
{
background-color: #888A2F;
}
.BgClassName
{
background-color: #888A2F;
}
</style>
border-color css
<style>
span { border-color: #888A2F; }
span { border-color: rgb(136,138,47); }
td.TdClassName
{
border-color: #888A2F;
}
.TagClassName
{
border-color: #888A2F;
}
</style>