Shades of Wasabi #92A236
Tints of Wasabi #92A236
RGB
CMYK
RGB Variations
Color information
#92A236 (or 0x92A236) is known color: Wasabi. HEX triplet: 92, A2 and 36. RGB value is (146,162,54). Sum of RGB (Red+Green+Blue) = 146+162+54=362 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.33% from 362); Green value is 162 (63.67% from 255 or 44.75% from 362); Blue value is 54 (21.48% from 255 or 14.92% from 362); Max value from RGB is 162 - color contains mainly: green. Hex color #92A236 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92A236 is #6D5DC9. Grayscale: #919191. Windows color (decimal): -7167434 or 3580562. OLE color: 3580562.
HSL color Cylindrical-coordinate representation of color #92A236: hue angle of 68.89º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #92A236 is Cyan = 0.10, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 146 | 162 | 54 | - |
| CMYK | 0.10 | 0 | 0.67 | 0.36 |
| HSL | 68.89º | 0.5% | 0.42% | - |
| HSV(B) | 68.89º | 0.67% | 0.64% | - |
| XYZ | 25.44 | 32.22 | 8.37 | - |
| YUV | 144.9 | 76.7 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 162 | 54 | 0.10 | 0 | 0.67 | 0.36 | 68.89 | 0.5 | 0.42 |
| Hex | 92 | A2 | 36 | A | 0 | 43 | 24 | 45 | 32 | 2A |
| Octal | 222 | 242 | 66 | 12 | 0 | 103 | 44 | 105 | 62 | 52 |
| Binary | 10010010 | 10100010 | 110110 | 1010 | 0 | 1000011 | 100100 | 1000101 | 110010 | 101010 |
Color Harmonies of #92A236
Complementary color
Monochromatic Colors of #92A236
Black with #92A236
Text Example
Text Example
White with #92A236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A236; }
p { color: rgb(146,162,54); }
H1.HeaderClassName
{
color: #92A236;
}
.AnyTagClassName
{
color: #92A236;
}
</style>
background-color css
<style>
a { background-color: #92A236; }
a { background-color: rgb(146,162,54); }
div.DivClassName
{
background-color: #92A236;
}
.BgClassName
{
background-color: #92A236;
}
</style>
border-color css
<style>
span { border-color: #92A236; }
span { border-color: rgb(146,162,54); }
td.TdClassName
{
border-color: #92A236;
}
.TagClassName
{
border-color: #92A236;
}
</style>