Shades of Wasabi #929F45
Tints of Wasabi #929F45
RGB
CMYK
RGB Variations
Color information
#929F45 (or 0x929F45) is known color: Wasabi. HEX triplet: 92, 9F and 45. RGB value is (146,159,69). Sum of RGB (Red+Green+Blue) = 146+159+69=374 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.04% from 374); Green value is 159 (62.5% from 255 or 42.51% from 374); Blue value is 69 (27.34% from 255 or 18.45% from 374); Max value from RGB is 159 - color contains mainly: green. Hex color #929F45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #929F45 is #6D60BA. Grayscale: #919191. Windows color (decimal): -7168187 or 4562834. OLE color: 4562834.
HSL color Cylindrical-coordinate representation of color #929F45: hue angle of 68.67º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #929F45 is Cyan = 0.08, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 146 | 159 | 69 | - |
| CMYK | 0.08 | 0 | 0.57 | 0.38 |
| HSL | 68.67º | 0.39% | 0.45% | - |
| HSV(B) | 68.67º | 0.57% | 0.62% | - |
| XYZ | 25.33 | 31.34 | 10.34 | - |
| YUV | 144.85 | 85.19 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 159 | 69 | 0.08 | 0 | 0.57 | 0.38 | 68.67 | 0.39 | 0.45 |
| Hex | 92 | 9F | 45 | 8 | 0 | 39 | 26 | 45 | 27 | 2D |
| Octal | 222 | 237 | 105 | 10 | 0 | 71 | 46 | 105 | 47 | 55 |
| Binary | 10010010 | 10011111 | 1000101 | 1000 | 0 | 111001 | 100110 | 1000101 | 100111 | 101101 |
Color Harmonies of #929F45
Complementary color
Monochromatic Colors of #929F45
Black with #929F45
Text Example
Text Example
White with #929F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929F45; }
p { color: rgb(146,159,69); }
H1.HeaderClassName
{
color: #929F45;
}
.AnyTagClassName
{
color: #929F45;
}
</style>
background-color css
<style>
a { background-color: #929F45; }
a { background-color: rgb(146,159,69); }
div.DivClassName
{
background-color: #929F45;
}
.BgClassName
{
background-color: #929F45;
}
</style>
border-color css
<style>
span { border-color: #929F45; }
span { border-color: rgb(146,159,69); }
td.TdClassName
{
border-color: #929F45;
}
.TagClassName
{
border-color: #929F45;
}
</style>