#92A049

Color #92A049 Wasabi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wasabi #92A049

Tints of Wasabi #92A049

Color information

#92A049 (or 0x92A049) is unknown color: approx Wasabi. HEX triplet: 92, A0 and 49. RGB value is (146,160,73). Sum of RGB (Red+Green+Blue) = 146+160+73=379 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.52% from 379); Green value is 160 (62.89% from 255 or 42.22% from 379); Blue value is 73 (28.91% from 255 or 19.26% from 379); Max value from RGB is 160 - color contains mainly: green. Hex color #92A049 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92A049 is #6D5FB6. Grayscale: #929292. Windows color (decimal): -7167927 or 4825234. OLE color: 4825234.

HSL color Cylindrical-coordinate representation of color #92A049: hue angle of 69.66º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #92A049 is Cyan = 0.09, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.37.

Color convert

RGB14616073-
CMYK0.0900.540.37
HSL69.66º37.34%45.69%-
HSV(B)69.66º54.37%62.75%-
XYZ25.6331.7311.08-
YUV145.986.86128.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 146 (57.42% from 255) = 38.52%
GREEN value IS 160 (62.89% from 255) = 42.22%
BLUE value IS 73 (28.91% from 255) = 19.26%
R=38.52%
G=42.22%
B=19.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal146160730.0900.540.3769.6637.3445.69
Hex92A04990362546252e
Octal22224011111066451064556
Binary10010010101000001001001100101101101001011000110100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92A049; }

 p { color: rgb(146,160,73); }

 H1.HeaderClassName
 {
   color: #92A049;
 }
 .AnyTagClassName
 {
   color: #92A049;
 }
</style>
background-color css

<style>
 a { background-color: #92A049; }

 a { background-color: rgb(146,160,73); }

 div.DivClassName
 {
   background-color: #92A049;
 }
 .BgClassName
 {
   background-color: #92A049;
 }
</style>
border-color css

<style>
 span { border-color: #92A049; }

 span { border-color: rgb(146,160,73); }

 td.TdClassName
 {
   border-color: #92A049;
 }
 .TagClassName
 {
   border-color: #92A049;
 }
</style>