#8D923B

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

Shades of Wasabi #8D923B

Tints of Wasabi #8D923B

Color information

#8D923B (or 0x8D923B) is unknown color: approx Wasabi. HEX triplet: 8D, 92 and 3B. RGB value is (141,146,59). Sum of RGB (Red+Green+Blue) = 141+146+59=346 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.75% from 346); Green value is 146 (57.42% from 255 or 42.20% from 346); Blue value is 59 (23.44% from 255 or 17.05% from 346); Max value from RGB is 146 - color contains mainly: green. Hex color #8D923B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D923B is #726DC4. Grayscale: #868686. Windows color (decimal): -7499205 or 3904141. OLE color: 3904141.

HSL color Cylindrical-coordinate representation of color #8D923B: hue angle of 63.45º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8D923B is Cyan = 0.03, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.43.

Color convert

RGB14114659-
CMYK0.0300.600.43
HSL63.45º42.44%40.2%-
HSV(B)63.45º59.59%57.25%-
XYZ22.0526.548.1-
YUV134.5985.34132.57-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.75%
GREEN value IS 146 (57.42% from 255) = 42.20%
BLUE value IS 59 (23.44% from 255) = 17.05%
R=40.75%
G=42.20%
B=17.05%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal141146590.0300.600.4363.4542.4440.2
Hex8D923B303C2B3f2a28
Octal21522273307453775250
Binary1000110110010010111011110111100101011111111101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D923B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D923B; }

 p { color: rgb(141,146,59); }

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

<style>
 a { background-color: #8D923B; }

 a { background-color: rgb(141,146,59); }

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

<style>
 span { border-color: #8D923B; }

 span { border-color: rgb(141,146,59); }

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