#88954C

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

Shades of Wasabi #88954C

Tints of Wasabi #88954C

Color information

#88954C (or 0x88954C) is unknown color: approx Wasabi. HEX triplet: 88, 95 and 4C. RGB value is (136,149,76). Sum of RGB (Red+Green+Blue) = 136+149+76=361 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.67% from 361); Green value is 149 (58.59% from 255 or 41.27% from 361); Blue value is 76 (30.08% from 255 or 21.05% from 361); Max value from RGB is 149 - color contains mainly: green. Hex color #88954C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88954C is #776AB3. Grayscale: #898989. Windows color (decimal): -7826100 or 5019016. OLE color: 5019016.

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

Color convert

RGB13614976-
CMYK0.0900.490.42
HSL70.68º32.44%44.12%-
HSV(B)70.68º48.99%58.43%-
XYZ22.2127.2510.93-
YUV136.7993.69127.44-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.67%
GREEN value IS 149 (58.59% from 255) = 41.27%
BLUE value IS 76 (30.08% from 255) = 21.05%
R=37.67%
G=41.27%
B=21.05%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal136149760.0900.490.4270.6832.4444.12
Hex88954C90312A47202c
Octal21022511411061521074054
Binary10001000100101011001100100101100011010101000111100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88954C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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