#88933C

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

Shades of Wasabi #88933C

Tints of Wasabi #88933C

Color information

#88933C (or 0x88933C) is unknown color: approx Wasabi. HEX triplet: 88, 93 and 3C. RGB value is (136,147,60). Sum of RGB (Red+Green+Blue) = 136+147+60=343 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.65% from 343); Green value is 147 (57.81% from 255 or 42.86% from 343); Blue value is 60 (23.83% from 255 or 17.49% from 343); Max value from RGB is 147 - color contains mainly: green. Hex color #88933C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88933C is #776CC3. Grayscale: #868686. Windows color (decimal): -7826628 or 3969928. OLE color: 3969928.

HSL color Cylindrical-coordinate representation of color #88933C: hue angle of 67.59º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #88933C is Cyan = 0.07, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB13614760-
CMYK0.0700.590.42
HSL67.59º42.03%40.59%-
HSV(B)67.59º59.18%57.65%-
XYZ21.426.438.25-
YUV133.7986.36129.57-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.65%
GREEN value IS 147 (57.81% from 255) = 42.86%
BLUE value IS 60 (23.83% from 255) = 17.49%
R=39.65%
G=42.86%
B=17.49%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal136147600.0700.590.4267.5942.0340.59
Hex88933C703B2A442a29
Octal210223747073521045251
Binary100010001001001111110011101110111010101000100101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88933C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88933C; }

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

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

<style>
 a { background-color: #88933C; }

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

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

<style>
 span { border-color: #88933C; }

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

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