#889252

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

Shades of Wasabi #889252

Tints of Wasabi #889252

Color information

#889252 (or 0x889252) is unknown color: approx Wasabi. HEX triplet: 88, 92 and 52. RGB value is (136,146,82). Sum of RGB (Red+Green+Blue) = 136+146+82=364 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.36% from 364); Green value is 146 (57.42% from 255 or 40.11% from 364); Blue value is 82 (32.42% from 255 or 22.53% from 364); Max value from RGB is 146 - color contains mainly: green. Hex color #889252 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889252 is #776DAD. Grayscale: #878787. Windows color (decimal): -7826862 or 5411464. OLE color: 5411464.

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

Color convert

RGB13614682-
CMYK0.0700.440.43
HSL69.38º28.07%44.71%-
HSV(B)69.38º43.84%57.25%-
XYZ21.9626.411.92-
YUV135.7197.69128.2-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.36%
GREEN value IS 146 (57.42% from 255) = 40.11%
BLUE value IS 82 (32.42% from 255) = 22.53%
R=37.36%
G=40.11%
B=22.53%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal136146820.0700.440.4369.3828.0744.71
Hex889252702C2B451c2d
Octal2102221227054531053455
Binary100010001001001010100101110101100101011100010111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889252; }

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

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

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

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

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

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

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

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