#899A3C

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

Shades of Wasabi #899A3C

Tints of Wasabi #899A3C

Color information

#899A3C (or 0x899A3C) is unknown color: approx Wasabi. HEX triplet: 89, 9A and 3C. RGB value is (137,154,60). Sum of RGB (Red+Green+Blue) = 137+154+60=351 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.03% from 351); Green value is 154 (60.55% from 255 or 43.87% from 351); Blue value is 60 (23.83% from 255 or 17.09% from 351); Max value from RGB is 154 - color contains mainly: green. Hex color #899A3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #899A3C is #7665C3. Grayscale: #8A8A8A. Windows color (decimal): -7759300 or 3971721. OLE color: 3971721.

HSL color Cylindrical-coordinate representation of color #899A3C: hue angle of 70.85º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #899A3C is Cyan = 0.11, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.40.

Color convert

RGB13715460-
CMYK0.1100.610.40
HSL70.85º43.93%41.96%-
HSV(B)70.85º61.04%60.39%-
XYZ22.6928.768.63-
YUV138.283.87127.14-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.03%
GREEN value IS 154 (60.55% from 255) = 43.87%
BLUE value IS 60 (23.83% from 255) = 17.09%
R=39.03%
G=43.87%
B=17.09%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal137154600.1100.610.4070.8543.9341.96
Hex899A3CB03D28472c2a
Octal2112327413075501075452
Binary1000100110011010111100101101111011010001000111101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899A3C; }

 p { color: rgb(137,154,60); }

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

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

 a { background-color: rgb(137,154,60); }

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

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

 span { border-color: rgb(137,154,60); }

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