#889045

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

Shades of Wasabi #889045

Tints of Wasabi #889045

Color information

#889045 (or 0x889045) is unknown color: approx Wasabi. HEX triplet: 88, 90 and 45. RGB value is (136,144,69). Sum of RGB (Red+Green+Blue) = 136+144+69=349 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.97% from 349); Green value is 144 (56.64% from 255 or 41.26% from 349); Blue value is 69 (27.34% from 255 or 19.77% from 349); Max value from RGB is 144 - color contains mainly: green. Hex color #889045 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #889045 is #776FBA. Grayscale: #858585. Windows color (decimal): -7827387 or 4558984. OLE color: 4558984.

HSL color Cylindrical-coordinate representation of color #889045: hue angle of 66.4º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #889045 is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.44.

Color convert

RGB13614469-
CMYK0.0600.520.44
HSL66.4º35.21%41.76%-
HSV(B)66.4º52.08%56.47%-
XYZ21.225.619.46-
YUV133.0691.85130.1-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.97%
GREEN value IS 144 (56.64% from 255) = 41.26%
BLUE value IS 69 (27.34% from 255) = 19.77%
R=38.97%
G=41.26%
B=19.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal136144690.0600.520.4466.435.2141.76
Hex88904560342C42232a
Octal2102201056064541024352
Binary1000100010010000100010111001101001011001000010100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889045; }

 p { color: rgb(136,144,69); }

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

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

 a { background-color: rgb(136,144,69); }

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

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

 span { border-color: rgb(136,144,69); }

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