#92A445

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

Shades of Wasabi #92A445

Tints of Wasabi #92A445

Color information

#92A445 (or 0x92A445) is unknown color: approx Wasabi. HEX triplet: 92, A4 and 45. RGB value is (146,164,69). Sum of RGB (Red+Green+Blue) = 146+164+69=379 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.52% from 379); Green value is 164 (64.45% from 255 or 43.27% from 379); Blue value is 69 (27.34% from 255 or 18.21% from 379); Max value from RGB is 164 - color contains mainly: green. Hex color #92A445 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92A445 is #6D5BBA. Grayscale: #949494. Windows color (decimal): -7166907 or 4564114. OLE color: 4564114.

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

Color convert

RGB14616469-
CMYK0.1100.580.36
HSL71.37º40.77%45.69%-
HSV(B)71.37º57.93%64.31%-
XYZ26.233.0910.64-
YUV147.7983.54126.72-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.52%
GREEN value IS 164 (64.45% from 255) = 43.27%
BLUE value IS 69 (27.34% from 255) = 18.21%
R=38.52%
G=43.27%
B=18.21%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal146164690.1100.580.3671.3740.7745.69
Hex92A445B03A2447292e
Octal22224410513072441075156
Binary10010010101001001000101101101110101001001000111101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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