#8C9C41

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

Shades of Wasabi #8C9C41

Tints of Wasabi #8C9C41

Color information

#8C9C41 (or 0x8C9C41) is unknown color: approx Wasabi. HEX triplet: 8C, 9C and 41. RGB value is (140,156,65). Sum of RGB (Red+Green+Blue) = 140+156+65=361 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.78% from 361); Green value is 156 (61.33% from 255 or 43.21% from 361); Blue value is 65 (25.78% from 255 or 18.01% from 361); Max value from RGB is 156 - color contains mainly: green. Hex color #8C9C41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C9C41 is #7363BE. Grayscale: #8D8D8D. Windows color (decimal): -7562175 or 4299916. OLE color: 4299916.

HSL color Cylindrical-coordinate representation of color #8C9C41: hue angle of 70.55º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8C9C41 is Cyan = 0.10, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.39.

Color convert

RGB14015665-
CMYK0.1000.580.39
HSL70.55º41.18%43.33%-
HSV(B)70.55º58.33%61.18%-
XYZ23.6629.739.49-
YUV140.8485.2127.4-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.78%
GREEN value IS 156 (61.33% from 255) = 43.21%
BLUE value IS 65 (25.78% from 255) = 18.01%
R=38.78%
G=43.21%
B=18.01%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal140156650.1000.580.3970.5541.1843.33
Hex8C9C41A03A2747292b
Octal21423410112072471075153
Binary10001100100111001000001101001110101001111000111101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,156,65); }

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

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

 a { background-color: rgb(140,156,65); }

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

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

 span { border-color: rgb(140,156,65); }

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