#8C942F

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

Shades of Wasabi #8C942F

Tints of Wasabi #8C942F

Color information

#8C942F (or 0x8C942F) is unknown color: approx Wasabi. HEX triplet: 8C, 94 and 2F. RGB value is (140,148,47). Sum of RGB (Red+Green+Blue) = 140+148+47=335 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.79% from 335); Green value is 148 (58.20% from 255 or 44.18% from 335); Blue value is 47 (18.75% from 255 or 14.03% from 335); Max value from RGB is 148 - color contains mainly: green. Hex color #8C942F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C942F is #736BD0. Grayscale: #868686. Windows color (decimal): -7564241 or 3118220. OLE color: 3118220.

HSL color Cylindrical-coordinate representation of color #8C942F: hue angle of 64.75º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8C942F is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB14014847-
CMYK0.0500.680.42
HSL64.75º51.79%38.24%-
HSV(B)64.75º68.24%58.04%-
XYZ21.9226.966.74-
YUV134.0978.85132.21-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.79%
GREEN value IS 148 (58.20% from 255) = 44.18%
BLUE value IS 47 (18.75% from 255) = 14.03%
R=41.79%
G=44.18%
B=14.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal140148470.0500.680.4264.7551.7938.24
Hex8C942F50442A413426
Octal2142245750104521016446
Binary1000110010010100101111101010001001010101000001110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C942F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,148,47); }

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

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

 a { background-color: rgb(140,148,47); }

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

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

 span { border-color: rgb(140,148,47); }

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