#88984C

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

Shades of Wasabi #88984C

Tints of Wasabi #88984C

Color information

#88984C (or 0x88984C) is unknown color: approx Wasabi. HEX triplet: 88, 98 and 4C. RGB value is (136,152,76). Sum of RGB (Red+Green+Blue) = 136+152+76=364 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.36% from 364); Green value is 152 (59.77% from 255 or 41.76% from 364); Blue value is 76 (30.08% from 255 or 20.88% from 364); Max value from RGB is 152 - color contains mainly: green. Hex color #88984C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88984C is #7767B3. Grayscale: #8A8A8A. Windows color (decimal): -7825332 or 5019784. OLE color: 5019784.

HSL color Cylindrical-coordinate representation of color #88984C: hue angle of 72.63º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #88984C is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.40.

Color convert

RGB13615276-
CMYK0.1100.500.40
HSL72.63º33.33%44.71%-
HSV(B)72.63º50%59.61%-
XYZ22.6928.2111.09-
YUV138.5592.7126.18-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.36%
GREEN value IS 152 (59.77% from 255) = 41.76%
BLUE value IS 76 (30.08% from 255) = 20.88%
R=37.36%
G=41.76%
B=20.88%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal136152760.1100.500.4072.6333.3344.71
Hex88984CB0322849212d
Octal21023011413062501114155
Binary10001000100110001001100101101100101010001001001100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88984C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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