Shades of Wasabi #87952B
Tints of Wasabi #87952B
RGB
CMYK
RGB Variations
Color information
#87952B (or 0x87952B) is known color: Wasabi. HEX triplet: 87, 95 and 2B. RGB value is (135,149,43). Sum of RGB (Red+Green+Blue) = 135+149+43=327 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.28% from 327); Green value is 149 (58.59% from 255 or 45.57% from 327); Blue value is 43 (17.19% from 255 or 13.15% from 327); Max value from RGB is 149 - color contains mainly: green. Hex color #87952B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #87952B is #786AD4. Grayscale: #858585. Windows color (decimal): -7891669 or 2856327. OLE color: 2856327.
HSL color Cylindrical-coordinate representation of color #87952B: hue angle of 67.92º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #87952B is Cyan = 0.09, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 135 | 149 | 43 | - |
| CMYK | 0.09 | 0 | 0.71 | 0.42 |
| HSL | 67.92º | 0.55% | 0.38% | - |
| HSV(B) | 67.92º | 0.71% | 0.58% | - |
| XYZ | 21.18 | 26.82 | 6.35 | - |
| YUV | 132.73 | 77.36 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 149 | 43 | 0.09 | 0 | 0.71 | 0.42 | 67.92 | 0.55 | 0.38 |
| Hex | 87 | 95 | 2B | 9 | 0 | 47 | 2A | 44 | 37 | 26 |
| Octal | 207 | 225 | 53 | 11 | 0 | 107 | 52 | 104 | 67 | 46 |
| Binary | 10000111 | 10010101 | 101011 | 1001 | 0 | 1000111 | 101010 | 1000100 | 110111 | 100110 |
Color Harmonies of #87952B
Complementary color
Monochromatic Colors of #87952B
Black with #87952B
Text Example
Text Example
White with #87952B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87952B; }
p { color: rgb(135,149,43); }
H1.HeaderClassName
{
color: #87952B;
}
.AnyTagClassName
{
color: #87952B;
}
</style>
background-color css
<style>
a { background-color: #87952B; }
a { background-color: rgb(135,149,43); }
div.DivClassName
{
background-color: #87952B;
}
.BgClassName
{
background-color: #87952B;
}
</style>
border-color css
<style>
span { border-color: #87952B; }
span { border-color: rgb(135,149,43); }
td.TdClassName
{
border-color: #87952B;
}
.TagClassName
{
border-color: #87952B;
}
</style>