#88954A

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

Shades of Wasabi #88954A

Tints of Wasabi #88954A

Color information

#88954A (or 0x88954A) is unknown color: approx Wasabi. HEX triplet: 88, 95 and 4A. RGB value is (136,149,74). Sum of RGB (Red+Green+Blue) = 136+149+74=359 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.88% from 359); Green value is 149 (58.59% from 255 or 41.50% from 359); Blue value is 74 (29.30% from 255 or 20.61% from 359); Max value from RGB is 149 - color contains mainly: green. Hex color #88954A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88954A is #776AB5. Grayscale: #888888. Windows color (decimal): -7826102 or 4887944. OLE color: 4887944.

HSL color Cylindrical-coordinate representation of color #88954A: hue angle of 70.4º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #88954A is Cyan = 0.09, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB13614974-
CMYK0.0900.500.42
HSL70.4º33.63%43.73%-
HSV(B)70.4º50.34%58.43%-
XYZ22.1427.2210.57-
YUV136.5692.69127.6-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.88%
GREEN value IS 149 (58.59% from 255) = 41.50%
BLUE value IS 74 (29.30% from 255) = 20.61%
R=37.88%
G=41.50%
B=20.61%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal136149740.0900.500.4270.433.6343.73
Hex88954A90322A46222c
Octal21022511211062521064254
Binary10001000100101011001010100101100101010101000110100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88954A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88954A; }

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

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

<style>
 a { background-color: #88954A; }

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

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

<style>
 span { border-color: #88954A; }

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

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