Shades of Wasabi #8A952D
Tints of Wasabi #8A952D
RGB
CMYK
RGB Variations
Color information
#8A952D (or 0x8A952D) is known color: Wasabi. HEX triplet: 8A, 95 and 2D. RGB value is (138,149,45). Sum of RGB (Red+Green+Blue) = 138+149+45=332 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.57% from 332); Green value is 149 (58.59% from 255 or 44.88% from 332); Blue value is 45 (17.97% from 255 or 13.55% from 332); Max value from RGB is 149 - color contains mainly: green. Hex color #8A952D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A952D is #756AD2. Grayscale: #868686. Windows color (decimal): -7695059 or 2987402. OLE color: 2987402.
HSL color Cylindrical-coordinate representation of color #8A952D: hue angle of 66.35º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8A952D is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 138 | 149 | 45 | - |
| CMYK | 0.07 | 0 | 0.70 | 0.42 |
| HSL | 66.35º | 0.54% | 0.38% | - |
| HSV(B) | 66.35º | 0.7% | 0.58% | - |
| XYZ | 21.7 | 27.09 | 6.57 | - |
| YUV | 133.86 | 77.86 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 149 | 45 | 0.07 | 0 | 0.70 | 0.42 | 66.35 | 0.54 | 0.38 |
| Hex | 8A | 95 | 2D | 7 | 0 | 46 | 2A | 42 | 36 | 26 |
| Octal | 212 | 225 | 55 | 7 | 0 | 106 | 52 | 102 | 66 | 46 |
| Binary | 10001010 | 10010101 | 101101 | 111 | 0 | 1000110 | 101010 | 1000010 | 110110 | 100110 |
Color Harmonies of #8A952D
Complementary color
Monochromatic Colors of #8A952D
Black with #8A952D
Text Example
Text Example
White with #8A952D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A952D; }
p { color: rgb(138,149,45); }
H1.HeaderClassName
{
color: #8A952D;
}
.AnyTagClassName
{
color: #8A952D;
}
</style>
background-color css
<style>
a { background-color: #8A952D; }
a { background-color: rgb(138,149,45); }
div.DivClassName
{
background-color: #8A952D;
}
.BgClassName
{
background-color: #8A952D;
}
</style>
border-color css
<style>
span { border-color: #8A952D; }
span { border-color: rgb(138,149,45); }
td.TdClassName
{
border-color: #8A952D;
}
.TagClassName
{
border-color: #8A952D;
}
</style>