#88913B

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

Shades of Wasabi #88913B

Tints of Wasabi #88913B

Color information

#88913B (or 0x88913B) is unknown color: approx Wasabi. HEX triplet: 88, 91 and 3B. RGB value is (136,145,59). Sum of RGB (Red+Green+Blue) = 136+145+59=340 (45% of max value = 765). Red value is 136 (53.52% from 255 or 40% from 340); Green value is 145 (57.03% from 255 or 42.65% from 340); Blue value is 59 (23.44% from 255 or 17.35% from 340); Max value from RGB is 145 - color contains mainly: green. Hex color #88913B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88913B is #776EC4. Grayscale: #848484. Windows color (decimal): -7827141 or 3903880. OLE color: 3903880.

HSL color Cylindrical-coordinate representation of color #88913B: hue angle of 66.28º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #88913B is Cyan = 0.06, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.43.

Color convert

RGB13614559-
CMYK0.0600.590.43
HSL66.28º42.16%40%-
HSV(B)66.28º59.31%56.86%-
XYZ21.0725.88.01-
YUV132.586.52130.49-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40%
GREEN value IS 145 (57.03% from 255) = 42.65%
BLUE value IS 59 (23.44% from 255) = 17.35%
R=40%
G=42.65%
B=17.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal136145590.0600.590.4366.2842.1640
Hex88913B603B2B422a28
Octal210221736073531025250
Binary100010001001000111101111001110111010111000010101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88913B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88913B; }

 p { color: rgb(136,145,59); }

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

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

 a { background-color: rgb(136,145,59); }

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

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

 span { border-color: rgb(136,145,59); }

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