#8C9447

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

Shades of Wasabi #8C9447

Tints of Wasabi #8C9447

Color information

#8C9447 (or 0x8C9447) is unknown color: approx Wasabi. HEX triplet: 8C, 94 and 47. RGB value is (140,148,71). Sum of RGB (Red+Green+Blue) = 140+148+71=359 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.00% from 359); Green value is 148 (58.20% from 255 or 41.23% from 359); Blue value is 71 (28.12% from 255 or 19.78% from 359); Max value from RGB is 148 - color contains mainly: green. Hex color #8C9447 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C9447 is #736BB8. Grayscale: #898989. Windows color (decimal): -7564217 or 4691084. OLE color: 4691084.

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

Color convert

RGB14014871-
CMYK0.0500.520.42
HSL66.23º35.16%42.94%-
HSV(B)66.23º52.03%58.04%-
XYZ22.5427.2110.03-
YUV136.8390.85130.26-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 39.00%
GREEN value IS 148 (58.20% from 255) = 41.23%
BLUE value IS 71 (28.12% from 255) = 19.78%
R=39.00%
G=41.23%
B=19.78%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal140148710.0500.520.4266.2335.1642.94
Hex8C944750342A42232b
Octal2142241075064521024353
Binary1000110010010100100011110101101001010101000010100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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