#8D9230

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

Shades of Wasabi #8D9230

Tints of Wasabi #8D9230

Color information

#8D9230 (or 0x8D9230) is unknown color: approx Wasabi. HEX triplet: 8D, 92 and 30. RGB value is (141,146,48). Sum of RGB (Red+Green+Blue) = 141+146+48=335 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.09% from 335); Green value is 146 (57.42% from 255 or 43.58% from 335); Blue value is 48 (19.14% from 255 or 14.33% from 335); Max value from RGB is 146 - color contains mainly: green. Hex color #8D9230 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D9230 is #726DCF. Grayscale: #858585. Windows color (decimal): -7499216 or 3183245. OLE color: 3183245.

HSL color Cylindrical-coordinate representation of color #8D9230: hue angle of 63.06º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8D9230 is Cyan = 0.03, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.43.

Color convert

RGB14114648-
CMYK0.0300.670.43
HSL63.06º50.52%38.04%-
HSV(B)63.06º67.12%57.25%-
XYZ21.826.436.75-
YUV133.3379.84133.47-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 42.09%
GREEN value IS 146 (57.42% from 255) = 43.58%
BLUE value IS 48 (19.14% from 255) = 14.33%
R=42.09%
G=43.58%
B=14.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal141146480.0300.670.4363.0650.5238.04
Hex8D923030432B3f3326
Octal215222603010353776346
Binary10001101100100101100001101000011101011111111110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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