Shades of Wasabi #8C992F
Tints of Wasabi #8C992F
RGB
CMYK
RGB Variations
Color information
#8C992F (or 0x8C992F) is known color: Wasabi. HEX triplet: 8C, 99 and 2F. RGB value is (140,153,47). Sum of RGB (Red+Green+Blue) = 140+153+47=340 (45% of max value = 765). Red value is 140 (55.08% from 255 or 41.18% from 340); Green value is 153 (60.16% from 255 or 45% from 340); Blue value is 47 (18.75% from 255 or 13.82% from 340); Max value from RGB is 153 - color contains mainly: green. Hex color #8C992F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C992F is #7366D0. Grayscale: #898989. Windows color (decimal): -7562961 or 3119500. OLE color: 3119500.
HSL color Cylindrical-coordinate representation of color #8C992F: hue angle of 67.36º degrees, saturation: 0.53, 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 #8C992F is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 140 | 153 | 47 | - |
| CMYK | 0.08 | 0 | 0.69 | 0.4 |
| HSL | 67.36º | 0.53% | 0.39% | - |
| HSV(B) | 67.36º | 0.69% | 0.6% | - |
| XYZ | 22.72 | 28.56 | 7.01 | - |
| YUV | 137.03 | 77.19 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 153 | 47 | 0.08 | 0 | 0.69 | 0.4 | 67.36 | 0.53 | 0.39 |
| Hex | 8C | 99 | 2F | 8 | 0 | 45 | 28 | 43 | 35 | 27 |
| Octal | 214 | 231 | 57 | 10 | 0 | 105 | 50 | 103 | 65 | 47 |
| Binary | 10001100 | 10011001 | 101111 | 1000 | 0 | 1000101 | 101000 | 1000011 | 110101 | 100111 |
Color Harmonies of #8C992F
Complementary color
Monochromatic Colors of #8C992F
Black with #8C992F
Text Example
Text Example
White with #8C992F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C992F; }
p { color: rgb(140,153,47); }
H1.HeaderClassName
{
color: #8C992F;
}
.AnyTagClassName
{
color: #8C992F;
}
</style>
background-color css
<style>
a { background-color: #8C992F; }
a { background-color: rgb(140,153,47); }
div.DivClassName
{
background-color: #8C992F;
}
.BgClassName
{
background-color: #8C992F;
}
</style>
border-color css
<style>
span { border-color: #8C992F; }
span { border-color: rgb(140,153,47); }
td.TdClassName
{
border-color: #8C992F;
}
.TagClassName
{
border-color: #8C992F;
}
</style>