#88902B

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

Shades of Wasabi #88902B

Tints of Wasabi #88902B

Color information

#88902B (or 0x88902B) is unknown color: approx Wasabi. HEX triplet: 88, 90 and 2B. RGB value is (136,144,43). Sum of RGB (Red+Green+Blue) = 136+144+43=323 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.11% from 323); Green value is 144 (56.64% from 255 or 44.58% from 323); Blue value is 43 (17.19% from 255 or 13.31% from 323); Max value from RGB is 144 - color contains mainly: green. Hex color #88902B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88902B is #776FD4. Grayscale: #828282. Windows color (decimal): -7827413 or 2855048. OLE color: 2855048.

HSL color Cylindrical-coordinate representation of color #88902B: hue angle of 64.75º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #88902B is Cyan = 0.06, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.44.

Color convert

RGB13614443-
CMYK0.0600.700.44
HSL64.75º54.01%36.67%-
HSV(B)64.75º70.14%56.47%-
XYZ20.5625.366.1-
YUV130.0978.85132.21-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.11%
GREEN value IS 144 (56.64% from 255) = 44.58%
BLUE value IS 43 (17.19% from 255) = 13.31%
R=42.11%
G=44.58%
B=13.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal136144430.0600.700.4464.7554.0136.67
Hex88902B60462C413625
Octal2102205360106541016645
Binary1000100010010000101011110010001101011001000001110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88902B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88902B; }

 p { color: rgb(136,144,43); }

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

<style>
 a { background-color: #88902B; }

 a { background-color: rgb(136,144,43); }

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

<style>
 span { border-color: #88902B; }

 span { border-color: rgb(136,144,43); }

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