#889948

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

Shades of Wasabi #889948

Tints of Wasabi #889948

Color information

#889948 (or 0x889948) is unknown color: approx Wasabi. HEX triplet: 88, 99 and 48. RGB value is (136,153,72). Sum of RGB (Red+Green+Blue) = 136+153+72=361 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.67% from 361); Green value is 153 (60.16% from 255 or 42.38% from 361); Blue value is 72 (28.52% from 255 or 19.94% from 361); Max value from RGB is 153 - color contains mainly: green. Hex color #889948 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #889948 is #7766B7. Grayscale: #8A8A8A. Windows color (decimal): -7825080 or 4757896. OLE color: 4757896.

HSL color Cylindrical-coordinate representation of color #889948: hue angle of 72.59º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #889948 is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.4.

Color convert

RGB13615372-
CMYK0.1100.530.4
HSL72.59º36%44.12%-
HSV(B)72.59º52.94%60%-
XYZ22.7128.4810.43-
YUV138.6890.37126.09-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.67%
GREEN value IS 153 (60.16% from 255) = 42.38%
BLUE value IS 72 (28.52% from 255) = 19.94%
R=37.67%
G=42.38%
B=19.94%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal136153720.1100.530.472.593644.12
Hex889948B0352849242c
Octal21023111013065501114454
Binary10001000100110011001000101101101011010001001001100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889948; }

 p { color: rgb(136,153,72); }

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

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

 a { background-color: rgb(136,153,72); }

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

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

 span { border-color: rgb(136,153,72); }

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