Shades of Wasabi #92A045
Tints of Wasabi #92A045
RGB
CMYK
RGB Variations
Color information
#92A045 (or 0x92A045) is known color: Wasabi. HEX triplet: 92, A0 and 45. RGB value is (146,160,69). Sum of RGB (Red+Green+Blue) = 146+160+69=375 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.93% from 375); Green value is 160 (62.89% from 255 or 42.67% from 375); Blue value is 69 (27.34% from 255 or 18.4% from 375); Max value from RGB is 160 - color contains mainly: green. Hex color #92A045 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92A045 is #6D5FBA. Grayscale: #919191. Windows color (decimal): -7167931 or 4563090. OLE color: 4563090.
HSL color Cylindrical-coordinate representation of color #92A045: hue angle of 69.23º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #92A045 is Cyan = 0.09, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 146 | 160 | 69 | - |
| CMYK | 0.09 | 0 | 0.57 | 0.37 |
| HSL | 69.23º | 0.4% | 0.45% | - |
| HSV(B) | 69.23º | 0.57% | 0.63% | - |
| XYZ | 25.5 | 31.68 | 10.4 | - |
| YUV | 145.44 | 84.86 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 160 | 69 | 0.09 | 0 | 0.57 | 0.37 | 69.23 | 0.4 | 0.45 |
| Hex | 92 | A0 | 45 | 9 | 0 | 39 | 25 | 45 | 28 | 2D |
| Octal | 222 | 240 | 105 | 11 | 0 | 71 | 45 | 105 | 50 | 55 |
| Binary | 10010010 | 10100000 | 1000101 | 1001 | 0 | 111001 | 100101 | 1000101 | 101000 | 101101 |
Color Harmonies of #92A045
Complementary color
Monochromatic Colors of #92A045
Black with #92A045
Text Example
Text Example
White with #92A045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A045; }
p { color: rgb(146,160,69); }
H1.HeaderClassName
{
color: #92A045;
}
.AnyTagClassName
{
color: #92A045;
}
</style>
background-color css
<style>
a { background-color: #92A045; }
a { background-color: rgb(146,160,69); }
div.DivClassName
{
background-color: #92A045;
}
.BgClassName
{
background-color: #92A045;
}
</style>
border-color css
<style>
span { border-color: #92A045; }
span { border-color: rgb(146,160,69); }
td.TdClassName
{
border-color: #92A045;
}
.TagClassName
{
border-color: #92A045;
}
</style>