#8C9950

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

Shades of Wasabi #8C9950

Tints of Wasabi #8C9950

Color information

#8C9950 (or 0x8C9950) is unknown color: approx Wasabi. HEX triplet: 8C, 99 and 50. RGB value is (140,153,80). Sum of RGB (Red+Green+Blue) = 140+153+80=373 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.53% from 373); Green value is 153 (60.16% from 255 or 41.02% from 373); Blue value is 80 (31.64% from 255 or 21.45% from 373); Max value from RGB is 153 - color contains mainly: green. Hex color #8C9950 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9950 is #7366AF. Grayscale: #8D8D8D. Windows color (decimal): -7562928 or 5282188. OLE color: 5282188.

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

Color convert

RGB14015380-
CMYK0.0800.480.4
HSL70.68º31.33%45.69%-
HSV(B)70.68º47.71%60%-
XYZ23.6528.9411.93-
YUV140.7993.69127.44-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.53%
GREEN value IS 153 (60.16% from 255) = 41.02%
BLUE value IS 80 (31.64% from 255) = 21.45%
R=37.53%
G=41.02%
B=21.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal140153800.0800.480.470.6831.3345.69
Hex8C9950803028471f2e
Octal21423112010060501073756
Binary1000110010011001101000010000110000101000100011111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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