#899052

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

Shades of Wasabi #899052

Tints of Wasabi #899052

Color information

#899052 (or 0x899052) is unknown color: approx Wasabi. HEX triplet: 89, 90 and 52. RGB value is (137,144,82). Sum of RGB (Red+Green+Blue) = 137+144+82=363 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.74% from 363); Green value is 144 (56.64% from 255 or 39.67% from 363); Blue value is 82 (32.42% from 255 or 22.59% from 363); Max value from RGB is 144 - color contains mainly: green. Hex color #899052 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899052 is #766FAD. Grayscale: #878787. Windows color (decimal): -7761838 or 5410953. OLE color: 5410953.

HSL color Cylindrical-coordinate representation of color #899052: hue angle of 66.77º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #899052 is Cyan = 0.05, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.44.

Color convert

RGB13714482-
CMYK0.0500.430.44
HSL66.77º27.43%44.31%-
HSV(B)66.77º43.06%56.47%-
XYZ21.8125.8711.83-
YUV134.8498.18129.54-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.74%
GREEN value IS 144 (56.64% from 255) = 39.67%
BLUE value IS 82 (32.42% from 255) = 22.59%
R=37.74%
G=39.67%
B=22.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal137144820.0500.430.4466.7727.4344.31
Hex899052502B2C431b2c
Octal2112201225053541033354
Binary100010011001000010100101010101011101100100001111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899052; }

 p { color: rgb(137,144,82); }

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

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

 a { background-color: rgb(137,144,82); }

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

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

 span { border-color: rgb(137,144,82); }

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