#88962F

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

Shades of Wasabi #88962F

Tints of Wasabi #88962F

Color information

#88962F (or 0x88962F) is unknown color: approx Wasabi. HEX triplet: 88, 96 and 2F. RGB value is (136,150,47). Sum of RGB (Red+Green+Blue) = 136+150+47=333 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.84% from 333); Green value is 150 (58.98% from 255 or 45.05% from 333); Blue value is 47 (18.75% from 255 or 14.11% from 333); Max value from RGB is 150 - color contains mainly: green. Hex color #88962F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88962F is #7769D0. Grayscale: #868686. Windows color (decimal): -7825873 or 3118728. OLE color: 3118728.

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

Color convert

RGB13615047-
CMYK0.0900.690.41
HSL68.16º52.28%38.63%-
HSV(B)68.16º68.67%58.82%-
XYZ21.5727.256.81-
YUV134.0778.86129.38-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.84%
GREEN value IS 150 (58.98% from 255) = 45.05%
BLUE value IS 47 (18.75% from 255) = 14.11%
R=40.84%
G=45.05%
B=14.11%

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
Decimal136150470.0900.690.4168.1652.2838.63
Hex88962F904529443427
Octal21022657110105511046447
Binary10001000100101101011111001010001011010011000100110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88962F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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