#889452

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

Shades of Wasabi #889452

Tints of Wasabi #889452

Color information

#889452 (or 0x889452) is unknown color: approx Wasabi. HEX triplet: 88, 94 and 52. RGB value is (136,148,82). Sum of RGB (Red+Green+Blue) = 136+148+82=366 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.16% from 366); Green value is 148 (58.20% from 255 or 40.44% from 366); Blue value is 82 (32.42% from 255 or 22.40% from 366); Max value from RGB is 148 - color contains mainly: green. Hex color #889452 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889452 is #776BAD. Grayscale: #898989. Windows color (decimal): -7826350 or 5411976. OLE color: 5411976.

HSL color Cylindrical-coordinate representation of color #889452: hue angle of 70.91º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #889452 is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.42.

Color convert

RGB13614882-
CMYK0.0800.450.42
HSL70.91º28.7%45.1%-
HSV(B)70.91º44.59%58.04%-
XYZ22.2727.0212.03-
YUV136.8997.02127.37-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.16%
GREEN value IS 148 (58.20% from 255) = 40.44%
BLUE value IS 82 (32.42% from 255) = 22.40%
R=37.16%
G=40.44%
B=22.40%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal136148820.0800.450.4270.9128.745.1
Hex889452802D2A471d2d
Octal21022412210055521073555
Binary1000100010010100101001010000101101101010100011111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889452; }

 p { color: rgb(136,148,82); }

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

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

 a { background-color: rgb(136,148,82); }

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

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

 span { border-color: rgb(136,148,82); }

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