#888D2C

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

Shades of Wasabi #888D2C

Tints of Wasabi #888D2C

Color information

#888D2C (or 0x888D2C) is unknown color: approx Wasabi. HEX triplet: 88, 8D and 2C. RGB value is (136,141,44). Sum of RGB (Red+Green+Blue) = 136+141+44=321 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.37% from 321); Green value is 141 (55.47% from 255 or 43.93% from 321); Blue value is 44 (17.58% from 255 or 13.71% from 321); Max value from RGB is 141 - color contains mainly: green. Hex color #888D2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888D2C is #7772D3. Grayscale: #808080. Windows color (decimal): -7828180 or 2919816. OLE color: 2919816.

HSL color Cylindrical-coordinate representation of color #888D2C: hue angle of 63.09º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #888D2C is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.45.

Color convert

RGB13614144-
CMYK0.0400.690.45
HSL63.09º52.43%36.27%-
HSV(B)63.09º68.79%55.29%-
XYZ20.1324.476.04-
YUV128.4580.34133.39-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.37%
GREEN value IS 141 (55.47% from 255) = 43.93%
BLUE value IS 44 (17.58% from 255) = 13.71%
R=42.37%
G=43.93%
B=13.71%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal136141440.0400.690.4563.0952.4336.27
Hex888D2C40452D3f3424
Octal210215544010555776444
Binary100010001000110110110010001000101101101111111110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888D2C; }

 p { color: rgb(136,141,44); }

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

<style>
 a { background-color: #888D2C; }

 a { background-color: rgb(136,141,44); }

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

<style>
 span { border-color: #888D2C; }

 span { border-color: rgb(136,141,44); }

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