#8C9549

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

Shades of Wasabi #8C9549

Tints of Wasabi #8C9549

Color information

#8C9549 (or 0x8C9549) is unknown color: approx Wasabi. HEX triplet: 8C, 95 and 49. RGB value is (140,149,73). Sum of RGB (Red+Green+Blue) = 140+149+73=362 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.67% from 362); Green value is 149 (58.59% from 255 or 41.16% from 362); Blue value is 73 (28.91% from 255 or 20.17% from 362); Max value from RGB is 149 - color contains mainly: green. Hex color #8C9549 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C9549 is #736AB6. Grayscale: #898989. Windows color (decimal): -7563959 or 4822412. OLE color: 4822412.

HSL color Cylindrical-coordinate representation of color #8C9549: hue angle of 67.11º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8C9549 is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB14014973-
CMYK0.0600.510.42
HSL67.11º34.23%43.53%-
HSV(B)67.11º51.01%58.43%-
XYZ22.7727.5510.42-
YUV137.6491.52129.68-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.67%
GREEN value IS 149 (58.59% from 255) = 41.16%
BLUE value IS 73 (28.91% from 255) = 20.17%
R=38.67%
G=41.16%
B=20.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal140149730.0600.510.4267.1134.2343.53
Hex8C954960332A43222c
Octal2142251116063521034254
Binary1000110010010101100100111001100111010101000011100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,149,73); }

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

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

 a { background-color: rgb(140,149,73); }

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

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

 span { border-color: rgb(140,149,73); }

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