#889A4B

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

Shades of Wasabi #889A4B

Tints of Wasabi #889A4B

Color information

#889A4B (or 0x889A4B) is unknown color: approx Wasabi. HEX triplet: 88, 9A and 4B. RGB value is (136,154,75). Sum of RGB (Red+Green+Blue) = 136+154+75=365 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.26% from 365); Green value is 154 (60.55% from 255 or 42.19% from 365); Blue value is 75 (29.69% from 255 or 20.55% from 365); Max value from RGB is 154 - color contains mainly: green. Hex color #889A4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #889A4B is #7765B4. Grayscale: #8B8B8B. Windows color (decimal): -7824821 or 4954760. OLE color: 4954760.

HSL color Cylindrical-coordinate representation of color #889A4B: hue angle of 73.67º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #889A4B is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.40.

Color convert

RGB13615475-
CMYK0.1200.510.40
HSL73.67º34.5%44.9%-
HSV(B)73.67º51.3%60.39%-
XYZ22.9828.8511.01-
YUV139.6191.54125.42-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.26%
GREEN value IS 154 (60.55% from 255) = 42.19%
BLUE value IS 75 (29.69% from 255) = 20.55%
R=37.26%
G=42.19%
B=20.55%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal136154750.1200.510.4073.6734.544.9
Hex889A4BC033284a222d
Octal21023211314063501124255
Binary10001000100110101001011110001100111010001001010100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889A4B; }

 p { color: rgb(136,154,75); }

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

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

 a { background-color: rgb(136,154,75); }

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

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

 span { border-color: rgb(136,154,75); }

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