Shades of Wasabi #8C9930
Tints of Wasabi #8C9930
RGB
CMYK
RGB Variations
Color information
#8C9930 (or 0x8C9930) is known color: Wasabi. HEX triplet: 8C, 99 and 30. RGB value is (140,153,48). Sum of RGB (Red+Green+Blue) = 140+153+48=341 (45% of max value = 765). Red value is 140 (55.08% from 255 or 41.06% from 341); Green value is 153 (60.16% from 255 or 44.87% from 341); Blue value is 48 (19.14% from 255 or 14.08% from 341); Max value from RGB is 153 - color contains mainly: green. Hex color #8C9930 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C9930 is #7366CF. Grayscale: #898989. Windows color (decimal): -7562960 or 3185036. OLE color: 3185036.
HSL color Cylindrical-coordinate representation of color #8C9930: hue angle of 67.43º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8C9930 is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 140 | 153 | 48 | - |
| CMYK | 0.08 | 0 | 0.69 | 0.4 |
| HSL | 67.43º | 0.52% | 0.39% | - |
| HSV(B) | 67.43º | 0.69% | 0.6% | - |
| XYZ | 22.74 | 28.57 | 7.11 | - |
| YUV | 137.14 | 77.69 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 153 | 48 | 0.08 | 0 | 0.69 | 0.4 | 67.43 | 0.52 | 0.39 |
| Hex | 8C | 99 | 30 | 8 | 0 | 45 | 28 | 43 | 34 | 27 |
| Octal | 214 | 231 | 60 | 10 | 0 | 105 | 50 | 103 | 64 | 47 |
| Binary | 10001100 | 10011001 | 110000 | 1000 | 0 | 1000101 | 101000 | 1000011 | 110100 | 100111 |
Color Harmonies of #8C9930
Complementary color
Monochromatic Colors of #8C9930
Black with #8C9930
Text Example
Text Example
White with #8C9930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9930; }
p { color: rgb(140,153,48); }
H1.HeaderClassName
{
color: #8C9930;
}
.AnyTagClassName
{
color: #8C9930;
}
</style>
background-color css
<style>
a { background-color: #8C9930; }
a { background-color: rgb(140,153,48); }
div.DivClassName
{
background-color: #8C9930;
}
.BgClassName
{
background-color: #8C9930;
}
</style>
border-color css
<style>
span { border-color: #8C9930; }
span { border-color: rgb(140,153,48); }
td.TdClassName
{
border-color: #8C9930;
}
.TagClassName
{
border-color: #8C9930;
}
</style>