#8C9943

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

Shades of Wasabi #8C9943

Tints of Wasabi #8C9943

Color information

#8C9943 (or 0x8C9943) is unknown color: approx Wasabi. HEX triplet: 8C, 99 and 43. RGB value is (140,153,67). Sum of RGB (Red+Green+Blue) = 140+153+67=360 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.89% from 360); Green value is 153 (60.16% from 255 or 42.5% from 360); Blue value is 67 (26.56% from 255 or 18.61% from 360); Max value from RGB is 153 - color contains mainly: green. Hex color #8C9943 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C9943 is #7366BC. Grayscale: #8B8B8B. Windows color (decimal): -7562941 or 4430220. OLE color: 4430220.

HSL color Cylindrical-coordinate representation of color #8C9943: hue angle of 69.07º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8C9943 is Cyan = 0.08, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.4.

Color convert

RGB14015367-
CMYK0.0800.560.4
HSL69.07º39.09%43.14%-
HSV(B)69.07º56.21%60%-
XYZ23.2228.769.64-
YUV139.3187.19128.49-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.89%
GREEN value IS 153 (60.16% from 255) = 42.5%
BLUE value IS 67 (26.56% from 255) = 18.61%
R=38.89%
G=42.5%
B=18.61%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal140153670.0800.560.469.0739.0943.14
Hex8C994380382845272b
Octal21423110310070501054753
Binary10001100100110011000011100001110001010001000101100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,153,67); }

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

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

 a { background-color: rgb(140,153,67); }

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

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

 span { border-color: rgb(140,153,67); }

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