Shades of Wasabi #8C8E2C
Tints of Wasabi #8C8E2C
RGB
CMYK
RGB Variations
Color information
#8C8E2C (or 0x8C8E2C) is known color: Wasabi. HEX triplet: 8C, 8E and 2C. RGB value is (140,142,44). Sum of RGB (Red+Green+Blue) = 140+142+44=326 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.94% from 326); Green value is 142 (55.86% from 255 or 43.56% from 326); Blue value is 44 (17.58% from 255 or 13.50% from 326); Max value from RGB is 142 - color contains mainly: green. Hex color #8C8E2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C8E2C is #7371D3. Grayscale: #828282. Windows color (decimal): -7565780 or 2920076. OLE color: 2920076.
HSL color Cylindrical-coordinate representation of color #8C8E2C: hue angle of 61.22º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8C8E2C is Cyan = 0.01, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 140 | 142 | 44 | - |
| CMYK | 0.01 | 0 | 0.69 | 0.44 |
| HSL | 61.22º | 0.53% | 0.36% | - |
| HSV(B) | 61.22º | 0.69% | 0.56% | - |
| XYZ | 20.94 | 25.1 | 6.12 | - |
| YUV | 130.23 | 79.34 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 142 | 44 | 0.01 | 0 | 0.69 | 0.44 | 61.22 | 0.53 | 0.36 |
| Hex | 8C | 8E | 2C | 1 | 0 | 45 | 2C | 3D | 35 | 24 |
| Octal | 214 | 216 | 54 | 1 | 0 | 105 | 54 | 75 | 65 | 44 |
| Binary | 10001100 | 10001110 | 101100 | 1 | 0 | 1000101 | 101100 | 111101 | 110101 | 100100 |
Color Harmonies of #8C8E2C
Complementary color
Monochromatic Colors of #8C8E2C
Black with #8C8E2C
Text Example
Text Example
White with #8C8E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8E2C; }
p { color: rgb(140,142,44); }
H1.HeaderClassName
{
color: #8C8E2C;
}
.AnyTagClassName
{
color: #8C8E2C;
}
</style>
background-color css
<style>
a { background-color: #8C8E2C; }
a { background-color: rgb(140,142,44); }
div.DivClassName
{
background-color: #8C8E2C;
}
.BgClassName
{
background-color: #8C8E2C;
}
</style>
border-color css
<style>
span { border-color: #8C8E2C; }
span { border-color: rgb(140,142,44); }
td.TdClassName
{
border-color: #8C8E2C;
}
.TagClassName
{
border-color: #8C8E2C;
}
</style>