#88934B

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

Shades of Wasabi #88934B

Tints of Wasabi #88934B

Color information

#88934B (or 0x88934B) is unknown color: approx Wasabi. HEX triplet: 88, 93 and 4B. RGB value is (136,147,75). Sum of RGB (Red+Green+Blue) = 136+147+75=358 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.99% from 358); Green value is 147 (57.81% from 255 or 41.06% from 358); Blue value is 75 (29.69% from 255 or 20.95% from 358); Max value from RGB is 147 - color contains mainly: green. Hex color #88934B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88934B is #776CB4. Grayscale: #878787. Windows color (decimal): -7826613 or 4952968. OLE color: 4952968.

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

Color convert

RGB13614775-
CMYK0.0700.490.42
HSL69.17º32.43%43.53%-
HSV(B)69.17º48.98%57.65%-
XYZ21.8626.6110.64-
YUV135.593.86128.35-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.99%
GREEN value IS 147 (57.81% from 255) = 41.06%
BLUE value IS 75 (29.69% from 255) = 20.95%
R=37.99%
G=41.06%
B=20.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal136147750.0700.490.4269.1732.4343.53
Hex88934B70312A45202c
Octal2102231137061521054054
Binary1000100010010011100101111101100011010101000101100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88934B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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