#88962E

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

Shades of Wasabi #88962E

Tints of Wasabi #88962E

Color information

#88962E (or 0x88962E) is unknown color: approx Wasabi. HEX triplet: 88, 96 and 2E. RGB value is (136,150,46). Sum of RGB (Red+Green+Blue) = 136+150+46=332 (43% of max value = 765). Red value is 136 (53.52% from 255 or 40.96% from 332); Green value is 150 (58.98% from 255 or 45.18% from 332); Blue value is 46 (18.36% from 255 or 13.86% from 332); Max value from RGB is 150 - color contains mainly: green. Hex color #88962E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88962E is #7769D1. Grayscale: #868686. Windows color (decimal): -7825874 or 3053192. OLE color: 3053192.

HSL color Cylindrical-coordinate representation of color #88962E: hue angle of 68.08º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #88962E is Cyan = 0.09, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB13615046-
CMYK0.0900.690.41
HSL68.08º53.06%38.43%-
HSV(B)68.08º69.33%58.82%-
XYZ21.5527.246.71-
YUV133.9678.36129.46-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.96%
GREEN value IS 150 (58.98% from 255) = 45.18%
BLUE value IS 46 (18.36% from 255) = 13.86%
R=40.96%
G=45.18%
B=13.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal136150460.0900.690.4168.0853.0638.43
Hex88962E904529443526
Octal21022656110105511046546
Binary10001000100101101011101001010001011010011000100110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88962E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88962E; }

 p { color: rgb(136,150,46); }

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

<style>
 a { background-color: #88962E; }

 a { background-color: rgb(136,150,46); }

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

<style>
 span { border-color: #88962E; }

 span { border-color: rgb(136,150,46); }

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