Shades of Wasabi #939C36
Tints of Wasabi #939C36
RGB
CMYK
RGB Variations
Color information
#939C36 (or 0x939C36) is known color: Wasabi. HEX triplet: 93, 9C and 36. RGB value is (147,156,54). Sum of RGB (Red+Green+Blue) = 147+156+54=357 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.18% from 357); Green value is 156 (61.33% from 255 or 43.70% from 357); Blue value is 54 (21.48% from 255 or 15.13% from 357); Max value from RGB is 156 - color contains mainly: green. Hex color #939C36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #939C36 is #6C63C9. Grayscale: #8E8E8E. Windows color (decimal): -7103434 or 3579027. OLE color: 3579027.
HSL color Cylindrical-coordinate representation of color #939C36: hue angle of 65.29º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #939C36 is Cyan = 0.06, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 147 | 156 | 54 | - |
| CMYK | 0.06 | 0 | 0.65 | 0.39 |
| HSL | 65.29º | 0.49% | 0.41% | - |
| HSV(B) | 65.29º | 0.65% | 0.61% | - |
| XYZ | 24.59 | 30.25 | 8.03 | - |
| YUV | 141.68 | 78.52 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 156 | 54 | 0.06 | 0 | 0.65 | 0.39 | 65.29 | 0.49 | 0.41 |
| Hex | 93 | 9C | 36 | 6 | 0 | 41 | 27 | 41 | 31 | 29 |
| Octal | 223 | 234 | 66 | 6 | 0 | 101 | 47 | 101 | 61 | 51 |
| Binary | 10010011 | 10011100 | 110110 | 110 | 0 | 1000001 | 100111 | 1000001 | 110001 | 101001 |
Color Harmonies of #939C36
Complementary color
Monochromatic Colors of #939C36
Black with #939C36
Text Example
Text Example
White with #939C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939C36; }
p { color: rgb(147,156,54); }
H1.HeaderClassName
{
color: #939C36;
}
.AnyTagClassName
{
color: #939C36;
}
</style>
background-color css
<style>
a { background-color: #939C36; }
a { background-color: rgb(147,156,54); }
div.DivClassName
{
background-color: #939C36;
}
.BgClassName
{
background-color: #939C36;
}
</style>
border-color css
<style>
span { border-color: #939C36; }
span { border-color: rgb(147,156,54); }
td.TdClassName
{
border-color: #939C36;
}
.TagClassName
{
border-color: #939C36;
}
</style>