#88972D

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

Shades of Wasabi #88972D

Tints of Wasabi #88972D

Color information

#88972D (or 0x88972D) is unknown color: approx Wasabi. HEX triplet: 88, 97 and 2D. RGB value is (136,151,45). Sum of RGB (Red+Green+Blue) = 136+151+45=332 (43% of max value = 765). Red value is 136 (53.52% from 255 or 40.96% from 332); Green value is 151 (59.38% from 255 or 45.48% from 332); Blue value is 45 (17.97% from 255 or 13.55% from 332); Max value from RGB is 151 - color contains mainly: green. Hex color #88972D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88972D is #7768D2. Grayscale: #868686. Windows color (decimal): -7825619 or 2987912. OLE color: 2987912.

HSL color Cylindrical-coordinate representation of color #88972D: hue angle of 68.49º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #88972D is Cyan = 0.10, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB13615145-
CMYK0.1000.700.41
HSL68.49º54.08%38.43%-
HSV(B)68.49º70.2%59.22%-
XYZ21.6927.566.66-
YUV134.4377.53129.12-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.96%
GREEN value IS 151 (59.38% from 255) = 45.48%
BLUE value IS 45 (17.97% from 255) = 13.55%
R=40.96%
G=45.48%
B=13.55%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal136151450.1000.700.4168.4954.0838.43
Hex88972DA04629443626
Octal21022755120106511046646
Binary10001000100101111011011010010001101010011000100110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88972D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88972D; }

 p { color: rgb(136,151,45); }

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

<style>
 a { background-color: #88972D; }

 a { background-color: rgb(136,151,45); }

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

<style>
 span { border-color: #88972D; }

 span { border-color: rgb(136,151,45); }

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