#899B2F

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

Shades of Wasabi #899B2F

Tints of Wasabi #899B2F

Color information

#899B2F (or 0x899B2F) is unknown color: approx Wasabi. HEX triplet: 89, 9B and 2F. RGB value is (137,155,47). Sum of RGB (Red+Green+Blue) = 137+155+47=339 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.41% from 339); Green value is 155 (60.94% from 255 or 45.72% from 339); Blue value is 47 (18.75% from 255 or 13.86% from 339); Max value from RGB is 155 - color contains mainly: green. Hex color #899B2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #899B2F is #7664D0. Grayscale: #898989. Windows color (decimal): -7759057 or 3120009. OLE color: 3120009.

HSL color Cylindrical-coordinate representation of color #899B2F: hue angle of 70º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #899B2F is Cyan = 0.12, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.39.

Color convert

RGB13715547-
CMYK0.1200.700.39
HSL70º53.47%39.61%-
HSV(B)70º69.68%60.78%-
XYZ22.5528.977.09-
YUV137.3177.04127.78-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.41%
GREEN value IS 155 (60.94% from 255) = 45.72%
BLUE value IS 47 (18.75% from 255) = 13.86%
R=40.41%
G=45.72%
B=13.86%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal137155470.1200.700.397053.4739.61
Hex899B2FC04627463528
Octal21123357140106471066550
Binary10001001100110111011111100010001101001111000110110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,155,47); }

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

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

 a { background-color: rgb(137,155,47); }

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

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

 span { border-color: rgb(137,155,47); }

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