#88952C

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

Shades of Wasabi #88952C

Tints of Wasabi #88952C

Color information

#88952C (or 0x88952C) is unknown color: approx Wasabi. HEX triplet: 88, 95 and 2C. RGB value is (136,149,44). Sum of RGB (Red+Green+Blue) = 136+149+44=329 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.34% from 329); Green value is 149 (58.59% from 255 or 45.29% from 329); Blue value is 44 (17.58% from 255 or 13.37% from 329); Max value from RGB is 149 - color contains mainly: green. Hex color #88952C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88952C is #776AD3. Grayscale: #858585. Windows color (decimal): -7826132 or 2921864. OLE color: 2921864.

HSL color Cylindrical-coordinate representation of color #88952C: hue angle of 67.43º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #88952C is Cyan = 0.09, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB13614944-
CMYK0.0900.700.42
HSL67.43º54.4%37.84%-
HSV(B)67.43º70.47%58.43%-
XYZ21.3626.916.45-
YUV133.1477.69130.04-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.34%
GREEN value IS 149 (58.59% from 255) = 45.29%
BLUE value IS 44 (17.58% from 255) = 13.37%
R=41.34%
G=45.29%
B=13.37%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal136149440.0900.700.4267.4354.437.84
Hex88952C90462A433626
Octal21022554110106521036646
Binary10001000100101011011001001010001101010101000011110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88952C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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