#889534

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

Shades of Wasabi #889534

Tints of Wasabi #889534

Color information

#889534 (or 0x889534) is unknown color: approx Wasabi. HEX triplet: 88, 95 and 34. RGB value is (136,149,52). Sum of RGB (Red+Green+Blue) = 136+149+52=337 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.36% from 337); Green value is 149 (58.59% from 255 or 44.21% from 337); Blue value is 52 (20.70% from 255 or 15.43% from 337); Max value from RGB is 149 - color contains mainly: green. Hex color #889534 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #889534 is #776ACB. Grayscale: #868686. Windows color (decimal): -7826124 or 3446152. OLE color: 3446152.

HSL color Cylindrical-coordinate representation of color #889534: hue angle of 68.04º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #889534 is Cyan = 0.09, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.42.

Color convert

RGB13614952-
CMYK0.0900.650.42
HSL68.04º48.26%39.41%-
HSV(B)68.04º65.1%58.43%-
XYZ21.5226.987.32-
YUV134.0681.69129.39-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.36%
GREEN value IS 149 (58.59% from 255) = 44.21%
BLUE value IS 52 (20.70% from 255) = 15.43%
R=40.36%
G=44.21%
B=15.43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal136149520.0900.650.4268.0448.2639.41
Hex88953490412A443027
Octal21022564110101521046047
Binary10001000100101011101001001010000011010101000100110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889534; }

 p { color: rgb(136,149,52); }

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

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

 a { background-color: rgb(136,149,52); }

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

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

 span { border-color: rgb(136,149,52); }

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