Shades of Wasabi #8A953C
Tints of Wasabi #8A953C
RGB
CMYK
RGB Variations
Color information
#8A953C (or 0x8A953C) is known color: Wasabi. HEX triplet: 8A, 95 and 3C. RGB value is (138,149,60). Sum of RGB (Red+Green+Blue) = 138+149+60=347 (45% of max value = 765). Red value is 138 (54.30% from 255 or 39.77% from 347); Green value is 149 (58.59% from 255 or 42.94% from 347); Blue value is 60 (23.83% from 255 or 17.29% from 347); Max value from RGB is 149 - color contains mainly: green. Hex color #8A953C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A953C is #756AC3. Grayscale: #878787. Windows color (decimal): -7695044 or 3970442. OLE color: 3970442.
HSL color Cylindrical-coordinate representation of color #8A953C: hue angle of 67.42º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8A953C is Cyan = 0.07, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 138 | 149 | 60 | - |
| CMYK | 0.07 | 0 | 0.60 | 0.42 |
| HSL | 67.42º | 0.43% | 0.41% | - |
| HSV(B) | 67.42º | 0.6% | 0.58% | - |
| XYZ | 22.04 | 27.22 | 8.37 | - |
| YUV | 135.57 | 85.36 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 149 | 60 | 0.07 | 0 | 0.60 | 0.42 | 67.42 | 0.43 | 0.41 |
| Hex | 8A | 95 | 3C | 7 | 0 | 3C | 2A | 43 | 2B | 29 |
| Octal | 212 | 225 | 74 | 7 | 0 | 74 | 52 | 103 | 53 | 51 |
| Binary | 10001010 | 10010101 | 111100 | 111 | 0 | 111100 | 101010 | 1000011 | 101011 | 101001 |
Color Harmonies of #8A953C
Complementary color
Monochromatic Colors of #8A953C
Black with #8A953C
Text Example
Text Example
White with #8A953C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A953C; }
p { color: rgb(138,149,60); }
H1.HeaderClassName
{
color: #8A953C;
}
.AnyTagClassName
{
color: #8A953C;
}
</style>
background-color css
<style>
a { background-color: #8A953C; }
a { background-color: rgb(138,149,60); }
div.DivClassName
{
background-color: #8A953C;
}
.BgClassName
{
background-color: #8A953C;
}
</style>
border-color css
<style>
span { border-color: #8A953C; }
span { border-color: rgb(138,149,60); }
td.TdClassName
{
border-color: #8A953C;
}
.TagClassName
{
border-color: #8A953C;
}
</style>