#899552

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

Shades of Wasabi #899552

Tints of Wasabi #899552

Color information

#899552 (or 0x899552) is unknown color: approx Wasabi. HEX triplet: 89, 95 and 52. RGB value is (137,149,82). Sum of RGB (Red+Green+Blue) = 137+149+82=368 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.23% from 368); Green value is 149 (58.59% from 255 or 40.49% from 368); Blue value is 82 (32.42% from 255 or 22.28% from 368); Max value from RGB is 149 - color contains mainly: green. Hex color #899552 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899552 is #766AAD. Grayscale: #8A8A8A. Windows color (decimal): -7760558 or 5412233. OLE color: 5412233.

HSL color Cylindrical-coordinate representation of color #899552: hue angle of 70.75º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #899552 is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.42.

Color convert

RGB13714982-
CMYK0.0800.450.42
HSL70.75º29%45.29%-
HSV(B)70.75º44.97%58.43%-
XYZ22.5927.4212.09-
YUV137.7796.52127.45-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.23%
GREEN value IS 149 (58.59% from 255) = 40.49%
BLUE value IS 82 (32.42% from 255) = 22.28%
R=37.23%
G=40.49%
B=22.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal137149820.0800.450.4270.752945.29
Hex899552802D2A471d2d
Octal21122512210055521073555
Binary1000100110010101101001010000101101101010100011111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899552; }

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

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

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

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

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

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

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

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