#88953C

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

Shades of Wasabi #88953C

Tints of Wasabi #88953C

Color information

#88953C (or 0x88953C) is unknown color: approx Wasabi. HEX triplet: 88, 95 and 3C. RGB value is (136,149,60). Sum of RGB (Red+Green+Blue) = 136+149+60=345 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.42% from 345); Green value is 149 (58.59% from 255 or 43.19% from 345); Blue value is 60 (23.83% from 255 or 17.39% from 345); Max value from RGB is 149 - color contains mainly: green. Hex color #88953C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88953C is #776AC3. Grayscale: #878787. Windows color (decimal): -7826116 or 3970440. OLE color: 3970440.

HSL color Cylindrical-coordinate representation of color #88953C: hue angle of 68.76º 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 #88953C is Cyan = 0.09, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB13614960-
CMYK0.0900.600.42
HSL68.76º42.58%40.98%-
HSV(B)68.76º59.73%58.43%-
XYZ21.7227.068.35-
YUV134.9785.69128.74-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.42%
GREEN value IS 149 (58.59% from 255) = 43.19%
BLUE value IS 60 (23.83% from 255) = 17.39%
R=39.42%
G=43.19%
B=17.39%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal136149600.0900.600.4268.7642.5840.98
Hex88953C903C2A452b29
Octal2102257411074521055351
Binary1000100010010101111100100101111001010101000101101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88953C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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