#88934F

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

Shades of Wasabi #88934F

Tints of Wasabi #88934F

Color information

#88934F (or 0x88934F) is unknown color: approx Wasabi. HEX triplet: 88, 93 and 4F. RGB value is (136,147,79). Sum of RGB (Red+Green+Blue) = 136+147+79=362 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.57% from 362); Green value is 147 (57.81% from 255 or 40.61% from 362); Blue value is 79 (31.25% from 255 or 21.82% from 362); Max value from RGB is 147 - color contains mainly: green. Hex color #88934F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88934F is #776CB0. Grayscale: #888888. Windows color (decimal): -7826609 or 5215112. OLE color: 5215112.

HSL color Cylindrical-coordinate representation of color #88934F: hue angle of 69.71º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #88934F is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB13614779-
CMYK0.0700.460.42
HSL69.71º30.09%44.31%-
HSV(B)69.71º46.26%57.65%-
XYZ2226.6711.38-
YUV135.9695.86128.03-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.57%
GREEN value IS 147 (57.81% from 255) = 40.61%
BLUE value IS 79 (31.25% from 255) = 21.82%
R=37.57%
G=40.61%
B=21.82%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal136147790.0700.460.4269.7130.0944.31
Hex88934F702E2A461e2c
Octal2102231177056521063654
Binary100010001001001110011111110101110101010100011011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88934F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88934F; }

 p { color: rgb(136,147,79); }

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

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

 a { background-color: rgb(136,147,79); }

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

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

 span { border-color: rgb(136,147,79); }

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