#889253

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

Shades of Wasabi #889253

Tints of Wasabi #889253

Color information

#889253 (or 0x889253) is unknown color: approx Wasabi. HEX triplet: 88, 92 and 53. RGB value is (136,146,83). Sum of RGB (Red+Green+Blue) = 136+146+83=365 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.26% from 365); Green value is 146 (57.42% from 255 or 40% from 365); Blue value is 83 (32.81% from 255 or 22.74% from 365); Max value from RGB is 146 - color contains mainly: green. Hex color #889253 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889253 is #776DAC. Grayscale: #888888. Windows color (decimal): -7826861 or 5477000. OLE color: 5477000.

HSL color Cylindrical-coordinate representation of color #889253: hue angle of 69.52º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #889253 is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.43.

Color convert

RGB13614683-
CMYK0.0700.430.43
HSL69.52º27.51%44.9%-
HSV(B)69.52º43.15%57.25%-
XYZ21.9926.4212.12-
YUV135.8398.19128.12-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.26%
GREEN value IS 146 (57.42% from 255) = 40%
BLUE value IS 83 (32.81% from 255) = 22.74%
R=37.26%
G=40%
B=22.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal136146830.0700.430.4369.5227.5144.9
Hex889253702B2B461c2d
Octal2102221237053531063455
Binary100010001001001010100111110101011101011100011011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889253; }

 p { color: rgb(136,146,83); }

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

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

 a { background-color: rgb(136,146,83); }

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

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

 span { border-color: rgb(136,146,83); }

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