#92a33e

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

Shades of Wasabi #92A33E

Tints of Wasabi #92A33E

Color information

#92A33E (or 0x92A33E) is unknown color: approx Wasabi. HEX triplet: 92, A3 and 3E. RGB value is (146,163,62). Sum of RGB (Red+Green+Blue) = 146+163+62=371 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.35% from 371); Green value is 163 (64.06% from 255 or 43.94% from 371); Blue value is 62 (24.61% from 255 or 16.71% from 371); Max value from RGB is 163 - color contains mainly: green. Hex color #92A33E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92A33E is #6D5CC1. Grayscale: #929292. Windows color (decimal): -7167170 or 4105106. OLE color: 4105106.

HSL color Cylindrical-coordinate representation of color #92A33E: hue angle of 70.1º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #92A33E is Cyan = 0.10, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB14616362-
CMYK0.1000.620.36
HSL70.1º44.89%44.12%-
HSV(B)70.1º61.96%63.92%-
XYZ25.8232.659.5-
YUV146.480.37127.71-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.35%
GREEN value IS 163 (64.06% from 255) = 43.94%
BLUE value IS 62 (24.61% from 255) = 16.71%
R=39.35%
G=43.94%
B=16.71%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal146163620.1000.620.3670.144.8944.12
Hex92A33EA03E24462d2c
Octal2222437612076441065554
Binary1001001010100011111110101001111101001001000110101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92a33e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,163,62); }

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

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

 a { background-color: rgb(146,163,62); }

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

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

 span { border-color: rgb(146,163,62); }

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