#899448

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

Shades of Wasabi #899448

Tints of Wasabi #899448

Color information

#899448 (or 0x899448) is unknown color: approx Wasabi. HEX triplet: 89, 94 and 48. RGB value is (137,148,72). Sum of RGB (Red+Green+Blue) = 137+148+72=357 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.38% from 357); Green value is 148 (58.20% from 255 or 41.46% from 357); Blue value is 72 (28.52% from 255 or 20.17% from 357); Max value from RGB is 148 - color contains mainly: green. Hex color #899448 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #899448 is #766BB7. Grayscale: #888888. Windows color (decimal): -7760824 or 4756617. OLE color: 4756617.

HSL color Cylindrical-coordinate representation of color #899448: hue angle of 68.68º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #899448 is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB13714872-
CMYK0.0700.510.42
HSL68.68º34.55%43.14%-
HSV(B)68.68º51.35%58.04%-
XYZ22.0826.9710.17-
YUV136.0591.86128.68-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.38%
GREEN value IS 148 (58.20% from 255) = 41.46%
BLUE value IS 72 (28.52% from 255) = 20.17%
R=38.38%
G=41.46%
B=20.17%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal137148720.0700.510.4268.6834.5543.14
Hex89944870332A45232b
Octal2112241107063521054353
Binary1000100110010100100100011101100111010101000101100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899448; }

 p { color: rgb(137,148,72); }

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

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

 a { background-color: rgb(137,148,72); }

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

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

 span { border-color: rgb(137,148,72); }

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