#88943B

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

Shades of Wasabi #88943B

Tints of Wasabi #88943B

Color information

#88943B (or 0x88943B) is unknown color: approx Wasabi. HEX triplet: 88, 94 and 3B. RGB value is (136,148,59). Sum of RGB (Red+Green+Blue) = 136+148+59=343 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.65% from 343); Green value is 148 (58.20% from 255 or 43.15% from 343); Blue value is 59 (23.44% from 255 or 17.20% from 343); Max value from RGB is 148 - color contains mainly: green. Hex color #88943B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88943B is #776BC4. Grayscale: #868686. Windows color (decimal): -7826373 or 3904648. OLE color: 3904648.

HSL color Cylindrical-coordinate representation of color #88943B: hue angle of 68.09º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #88943B is Cyan = 0.08, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB13614859-
CMYK0.0800.600.42
HSL68.09º43%40.59%-
HSV(B)68.09º60.14%58.04%-
XYZ21.5326.738.16-
YUV134.2785.52129.24-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.65%
GREEN value IS 148 (58.20% from 255) = 43.15%
BLUE value IS 59 (23.44% from 255) = 17.20%
R=39.65%
G=43.15%
B=17.20%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal136148590.0800.600.4268.094340.59
Hex88943B803C2A442b29
Octal2102247310074521045351
Binary1000100010010100111011100001111001010101000100101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88943B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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