Shades of Wasabi #8C962F
Tints of Wasabi #8C962F
RGB
CMYK
RGB Variations
Color information
#8C962F (or 0x8C962F) is known color: Wasabi. HEX triplet: 8C, 96 and 2F. RGB value is (140,150,47). Sum of RGB (Red+Green+Blue) = 140+150+47=337 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.54% from 337); Green value is 150 (58.98% from 255 or 44.51% from 337); Blue value is 47 (18.75% from 255 or 13.95% from 337); Max value from RGB is 150 - color contains mainly: green. Hex color #8C962F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C962F is #7369D0. Grayscale: #878787. Windows color (decimal): -7563729 or 3118732. OLE color: 3118732.
HSL color Cylindrical-coordinate representation of color #8C962F: hue angle of 65.83º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8C962F is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 140 | 150 | 47 | - |
| CMYK | 0.07 | 0 | 0.69 | 0.41 |
| HSL | 65.83º | 0.52% | 0.39% | - |
| HSV(B) | 65.83º | 0.69% | 0.59% | - |
| XYZ | 22.23 | 27.59 | 6.84 | - |
| YUV | 135.27 | 78.19 | 131.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 150 | 47 | 0.07 | 0 | 0.69 | 0.41 | 65.83 | 0.52 | 0.39 |
| Hex | 8C | 96 | 2F | 7 | 0 | 45 | 29 | 42 | 34 | 27 |
| Octal | 214 | 226 | 57 | 7 | 0 | 105 | 51 | 102 | 64 | 47 |
| Binary | 10001100 | 10010110 | 101111 | 111 | 0 | 1000101 | 101001 | 1000010 | 110100 | 100111 |
Color Harmonies of #8C962F
Complementary color
Monochromatic Colors of #8C962F
Black with #8C962F
Text Example
Text Example
White with #8C962F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C962F; }
p { color: rgb(140,150,47); }
H1.HeaderClassName
{
color: #8C962F;
}
.AnyTagClassName
{
color: #8C962F;
}
</style>
background-color css
<style>
a { background-color: #8C962F; }
a { background-color: rgb(140,150,47); }
div.DivClassName
{
background-color: #8C962F;
}
.BgClassName
{
background-color: #8C962F;
}
</style>
border-color css
<style>
span { border-color: #8C962F; }
span { border-color: rgb(140,150,47); }
td.TdClassName
{
border-color: #8C962F;
}
.TagClassName
{
border-color: #8C962F;
}
</style>