#8D9834

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

Shades of Wasabi #8D9834

Tints of Wasabi #8D9834

Color information

#8D9834 (or 0x8D9834) is unknown color: approx Wasabi. HEX triplet: 8D, 98 and 34. RGB value is (141,152,52). Sum of RGB (Red+Green+Blue) = 141+152+52=345 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.87% from 345); Green value is 152 (59.77% from 255 or 44.06% from 345); Blue value is 52 (20.70% from 255 or 15.07% from 345); Max value from RGB is 152 - color contains mainly: green. Hex color #8D9834 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D9834 is #7267CB. Grayscale: #898989. Windows color (decimal): -7497676 or 3446925. OLE color: 3446925.

HSL color Cylindrical-coordinate representation of color #8D9834: hue angle of 66.6º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8D9834 is Cyan = 0.07, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.40.

Color convert

RGB14115252-
CMYK0.0700.660.40
HSL66.6º49.02%40%-
HSV(B)66.6º65.79%59.61%-
XYZ22.8328.377.52-
YUV137.3179.86130.63-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.87%
GREEN value IS 152 (59.77% from 255) = 44.06%
BLUE value IS 52 (20.70% from 255) = 15.07%
R=40.87%
G=44.06%
B=15.07%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal141152520.0700.660.4066.649.0240
Hex8D9834704228433128
Octal2152306470102501036150
Binary1000110110011000110100111010000101010001000011110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,152,52); }

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

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

 a { background-color: rgb(141,152,52); }

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

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

 span { border-color: rgb(141,152,52); }

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