Shades of Wasabi #8A953F
Tints of Wasabi #8A953F
RGB
CMYK
RGB Variations
Color information
#8A953F (or 0x8A953F) is known color: Wasabi. HEX triplet: 8A, 95 and 3F. RGB value is (138,149,63). Sum of RGB (Red+Green+Blue) = 138+149+63=350 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.43% from 350); Green value is 149 (58.59% from 255 or 42.57% from 350); Blue value is 63 (25% from 255 or 18% from 350); Max value from RGB is 149 - color contains mainly: green. Hex color #8A953F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A953F is #756AC0. Grayscale: #888888. Windows color (decimal): -7695041 or 4167050. OLE color: 4167050.
HSL color Cylindrical-coordinate representation of color #8A953F: hue angle of 67.67º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8A953F is Cyan = 0.07, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 138 | 149 | 63 | - |
| CMYK | 0.07 | 0 | 0.58 | 0.42 |
| HSL | 67.67º | 0.41% | 0.42% | - |
| HSV(B) | 67.67º | 0.58% | 0.58% | - |
| XYZ | 22.13 | 27.26 | 8.8 | - |
| YUV | 135.91 | 86.86 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 149 | 63 | 0.07 | 0 | 0.58 | 0.42 | 67.67 | 0.41 | 0.42 |
| Hex | 8A | 95 | 3F | 7 | 0 | 3A | 2A | 44 | 29 | 2A |
| Octal | 212 | 225 | 77 | 7 | 0 | 72 | 52 | 104 | 51 | 52 |
| Binary | 10001010 | 10010101 | 111111 | 111 | 0 | 111010 | 101010 | 1000100 | 101001 | 101010 |
Color Harmonies of #8A953F
Complementary color
Monochromatic Colors of #8A953F
Black with #8A953F
Text Example
Text Example
White with #8A953F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A953F; }
p { color: rgb(138,149,63); }
H1.HeaderClassName
{
color: #8A953F;
}
.AnyTagClassName
{
color: #8A953F;
}
</style>
background-color css
<style>
a { background-color: #8A953F; }
a { background-color: rgb(138,149,63); }
div.DivClassName
{
background-color: #8A953F;
}
.BgClassName
{
background-color: #8A953F;
}
</style>
border-color css
<style>
span { border-color: #8A953F; }
span { border-color: rgb(138,149,63); }
td.TdClassName
{
border-color: #8A953F;
}
.TagClassName
{
border-color: #8A953F;
}
</style>