#92A545

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

Shades of Wasabi #92A545

Tints of Wasabi #92A545

Color information

#92A545 (or 0x92A545) is unknown color: approx Wasabi. HEX triplet: 92, A5 and 45. RGB value is (146,165,69). Sum of RGB (Red+Green+Blue) = 146+165+69=380 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.42% from 380); Green value is 165 (64.84% from 255 or 43.42% from 380); Blue value is 69 (27.34% from 255 or 18.16% from 380); Max value from RGB is 165 - color contains mainly: green. Hex color #92A545 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92A545 is #6D5ABA. Grayscale: #949494. Windows color (decimal): -7166651 or 4564370. OLE color: 4564370.

HSL color Cylindrical-coordinate representation of color #92A545: hue angle of 71.88º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #92A545 is Cyan = 0.12, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB14616569-
CMYK0.1200.580.35
HSL71.88º41.03%45.88%-
HSV(B)71.88º58.18%64.71%-
XYZ26.3833.4510.7-
YUV148.3883.21126.31-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.42%
GREEN value IS 165 (64.84% from 255) = 43.42%
BLUE value IS 69 (27.34% from 255) = 18.16%
R=38.42%
G=43.42%
B=18.16%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal146165690.1200.580.3571.8841.0345.88
Hex92A545C03A2348292e
Octal22224510514072431105156
Binary10010010101001011000101110001110101000111001000101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,165,69); }

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

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

 a { background-color: rgb(146,165,69); }

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

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

 span { border-color: rgb(146,165,69); }

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