#8C993A

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

Shades of Wasabi #8C993A

Tints of Wasabi #8C993A

Color information

#8C993A (or 0x8C993A) is unknown color: approx Wasabi. HEX triplet: 8C, 99 and 3A. RGB value is (140,153,58). Sum of RGB (Red+Green+Blue) = 140+153+58=351 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.89% from 351); Green value is 153 (60.16% from 255 or 43.59% from 351); Blue value is 58 (23.05% from 255 or 16.52% from 351); Max value from RGB is 153 - color contains mainly: green. Hex color #8C993A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C993A is #7366C5. Grayscale: #8A8A8A. Windows color (decimal): -7562950 or 3840396. OLE color: 3840396.

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

Color convert

RGB14015358-
CMYK0.0800.620.4
HSL68.21º45.02%41.37%-
HSV(B)68.21º62.09%60%-
XYZ22.9728.668.32-
YUV138.2882.69129.22-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 39.89%
GREEN value IS 153 (60.16% from 255) = 43.59%
BLUE value IS 58 (23.05% from 255) = 16.52%
R=39.89%
G=43.59%
B=16.52%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal140153580.0800.620.468.2145.0241.37
Hex8C993A803E28442d29
Octal2142317210076501045551
Binary1000110010011001111010100001111101010001000100101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C993A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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