#8C934A

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

Shades of Wasabi #8C934A

Tints of Wasabi #8C934A

Color information

#8C934A (or 0x8C934A) is unknown color: approx Wasabi. HEX triplet: 8C, 93 and 4A. RGB value is (140,147,74). Sum of RGB (Red+Green+Blue) = 140+147+74=361 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.78% from 361); Green value is 147 (57.81% from 255 or 40.72% from 361); Blue value is 74 (29.30% from 255 or 20.50% from 361); Max value from RGB is 147 - color contains mainly: green. Hex color #8C934A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C934A is #736CB5. Grayscale: #888888. Windows color (decimal): -7564470 or 4887436. OLE color: 4887436.

HSL color Cylindrical-coordinate representation of color #8C934A: hue angle of 65.75º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8C934A is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB14014774-
CMYK0.0500.500.42
HSL65.75º33.03%43.33%-
HSV(B)65.75º49.66%57.65%-
XYZ22.4826.9410.49-
YUV136.5892.68130.44-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.78%
GREEN value IS 147 (57.81% from 255) = 40.72%
BLUE value IS 74 (29.30% from 255) = 20.50%
R=38.78%
G=40.72%
B=20.50%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal140147740.0500.500.4265.7533.0343.33
Hex8C934A50322A42212b
Octal2142231125062521024153
Binary1000110010010011100101010101100101010101000010100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C934A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,147,74); }

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

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

 a { background-color: rgb(140,147,74); }

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

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

 span { border-color: rgb(140,147,74); }

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