#88904E

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

Shades of Wasabi #88904E

Tints of Wasabi #88904E

Color information

#88904E (or 0x88904E) is unknown color: approx Wasabi. HEX triplet: 88, 90 and 4E. RGB value is (136,144,78). Sum of RGB (Red+Green+Blue) = 136+144+78=358 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.99% from 358); Green value is 144 (56.64% from 255 or 40.22% from 358); Blue value is 78 (30.86% from 255 or 21.79% from 358); Max value from RGB is 144 - color contains mainly: green. Hex color #88904E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88904E is #776FB1. Grayscale: #868686. Windows color (decimal): -7827378 or 5148808. OLE color: 5148808.

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

Color convert

RGB13614478-
CMYK0.0600.460.44
HSL67.27º29.73%43.53%-
HSV(B)67.27º45.83%56.47%-
XYZ21.525.7311.04-
YUV134.0896.35129.37-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.99%
GREEN value IS 144 (56.64% from 255) = 40.22%
BLUE value IS 78 (30.86% from 255) = 21.79%
R=37.99%
G=40.22%
B=21.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal136144780.0600.460.4467.2729.7343.53
Hex88904E602E2C431e2c
Octal2102201166056541033654
Binary100010001001000010011101100101110101100100001111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88904E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88904E; }

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

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

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

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

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

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

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

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