#88953F

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

Shades of Wasabi #88953F

Tints of Wasabi #88953F

Color information

#88953F (or 0x88953F) is unknown color: approx Wasabi. HEX triplet: 88, 95 and 3F. RGB value is (136,149,63). Sum of RGB (Red+Green+Blue) = 136+149+63=348 (46% of max value = 765). Red value is 136 (53.52% from 255 or 39.08% from 348); Green value is 149 (58.59% from 255 or 42.82% from 348); Blue value is 63 (25% from 255 or 18.10% from 348); Max value from RGB is 149 - color contains mainly: green. Hex color #88953F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88953F is #776AC0. Grayscale: #878787. Windows color (decimal): -7826113 or 4167048. OLE color: 4167048.

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

Color convert

RGB13614963-
CMYK0.0900.580.42
HSL69.07º40.57%41.57%-
HSV(B)69.07º57.72%58.43%-
XYZ21.827.098.78-
YUV135.3187.19128.49-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.08%
GREEN value IS 149 (58.59% from 255) = 42.82%
BLUE value IS 63 (25% from 255) = 18.10%
R=39.08%
G=42.82%
B=18.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal136149630.0900.580.4269.0740.5741.57
Hex88953F903A2A45292a
Octal2102257711072521055152
Binary1000100010010101111111100101110101010101000101101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88953F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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