#92A23F

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

Shades of Wasabi #92A23F

Tints of Wasabi #92A23F

Color information

#92A23F (or 0x92A23F) is unknown color: approx Wasabi. HEX triplet: 92, A2 and 3F. RGB value is (146,162,63). Sum of RGB (Red+Green+Blue) = 146+162+63=371 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.35% from 371); Green value is 162 (63.67% from 255 or 43.67% from 371); Blue value is 63 (25% from 255 or 16.98% from 371); Max value from RGB is 162 - color contains mainly: green. Hex color #92A23F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92A23F is #6D5DC0. Grayscale: #929292. Windows color (decimal): -7167425 or 4170386. OLE color: 4170386.

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

Color convert

RGB14616263-
CMYK0.1000.610.36
HSL69.7º44%44.12%-
HSV(B)69.7º61.11%63.53%-
XYZ25.6732.319.59-
YUV145.9381.2128.05-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.35%
GREEN value IS 162 (63.67% from 255) = 43.67%
BLUE value IS 63 (25% from 255) = 16.98%
R=39.35%
G=43.67%
B=16.98%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal146162630.1000.610.3669.74444.12
Hex92A23FA03D24462c2c
Octal2222427712075441065454
Binary1001001010100010111111101001111011001001000110101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A23F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,162,63); }

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

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

 a { background-color: rgb(146,162,63); }

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

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

 span { border-color: rgb(146,162,63); }

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